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
TABLE_PAT_KEY with Int64 key creates broken table #415
Comments
|
I can reproduce this problem on my environment, but
In addition, I'm not sure why these report different results. |
|
My conjecture:
|
|
The duplication error reproduces if the key type is signed integer (IntXX). |
|
The last comment is wrong. The following is another example. The common point is that the MSB of the first byte is 1 and the keys inserted by the first |
|
I've confirmed that After deletion, nodes of the
Please note that "broken" means that |
|
I've confirmed that this problem reproduces with an old commit bae2ed1 . |
Here are Groonga commands that reproduces this problem:
The last
selectreports duplicated records.The text was updated successfully, but these errors were encountered: