-
-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug(tianmu): throw exception while execute a union sql #671
Comments
can not reproduced now. close it for the time being. reopen if reproduced later. |
in this case, max_length intial value(Line515) is 513,precision is 675,actual_size(Line524) is 3;
|
|
1 tranverse Item_tianmufield which type is VT_STRING use "MysqlExpression::tianmu_fields_cache"; |
for temp solution, comment the optimization code |
…m#671) [summary] 1 TempTable::VerifyAttrsSizes optimization to reduce the size is incorrect,comment the optimization for temp sulution;
…m#671) [summary] 1 TempTable::VerifyAttrsSizes optimization to reduce the size is incorrect,comment the optimization for temp sulution;
…m#671) [summary] 1 TempTable::VerifyAttrsSizes optimization to reduce the size is incorrect,comment the optimization for temp sulution;
…m#671) [summary] 1 TempTable::VerifyAttrsSizes optimization to reduce the size is incorrect,comment the optimization for temp sulution;
[summary] 1 TempTable::VerifyAttrsSizes optimization to reduce the size is incorrect,comment the optimization for temp sulution;
Have you read the Contributing Guidelines on issues?
Please confirm if bug report does NOT exists already ?
Describe the problem
execute UNION sql reports "ERROR 1105 (HY000): Tianmu out of memory error", and mysqld throw exception.
backtrace
Expected behavior
operation of "create table" is OK ,and can show the correct result when select the table;
How To Reproduce
Environment
root@ub01:~# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 20.04.4 LTS
Release: 20.04
Codename: focal
Are you interested in submitting a PR to solve the problem?
The text was updated successfully, but these errors were encountered: