-
-
Notifications
You must be signed in to change notification settings - Fork 543
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 on empty string condition #1054
Comments
|
It also affects the result of selecting records. ` Empty set (0.000 sec) |
Try behavior is the same |
The MRE one-liner is:
As you can see adding the CBO hint to disable the secondary index helps. Lowering the count from 1024 to 1023 also solves the issue. |
➤ Ilya Kuznetsov commented: Fixed in MCL e32ff846 |
Describe the bug
Some strange results in the select
To Reproduce
tar -xOzf test.tar.gz dump.sql | mysql -P9306
FLUSH RAMCHUNK test;
And then follow the section Describe the bug.
Without FLUSH RAMCHUNK test; How long is the behavior normal
Appears only if the table has a lot of string fields and enough records
Describe the environment:
Manticore 6.0.2 89c7a51@230210 (columnar 2.0.0 a7c703d@230130) (secondary 2.0.0 a7c703d@230130)
test.tar.gz
The text was updated successfully, but these errors were encountered: