We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
0.8.67
If there is an insert/streaming load operation during compression, the optimize table xx compact will fail.
insert/streaming load
optimize table xx compact
MySQL [(none)]> optimize table xx compact; ERROR 1105 (HY000): Code: 2009, displayText = TableVersionMismatched: 276953 expect `== 277527` but `277528` while `update_table_meta`.
The text was updated successfully, but these errors were encountered:
zhyass
Successfully merging a pull request may close this issue.
Search before asking
Version
0.8.67
What's Wrong?
If there is an
insert/streaming load
operation during compression, theoptimize table xx compact
will fail.How to Reproduce?
optimize table xx compact
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: