-
-
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
backport: support 'ALTER TABLE t1 CHARACTER SET = ...' clause #1670
Comments
After backport, no data selected in mtr issue848.test
actually the result should be:
|
Simplify sql:
|
After alter table t1, the commit version changed to In 8.0, the data version missed after
In 5.7, data version is reserved
|
After debug, I found txn not commited, the commit logic had been skiped:
|
The bug is similar to #759, just like the comment said:
|
[summary] 1. backport code 2. fix no txn version for table not commited by transaction.
[summary] 1. backport code 2. fix no txn version for table not commited by transaction.
Is your feature request related to a problem? Please describe.
previous working issue: #848
commit id: cf1c98c
Describe the solution you'd like
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: