-
Notifications
You must be signed in to change notification settings - Fork 489
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
*: refine flashback syntax by remove until timestamp statement. #733
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, please fix the integration test.
@AilinKid Since this PR doesn't compatible, so it can't pass the integration test, it need merge with TiDB PR at the same time. |
Oh, got |
What problem does this PR solve?
PR #611 add the
flashback
syntax. But it was hard to use with theuntil timestamp
statement.And currently, we can't support
flashback
to any timestamp, even in the GC safe time.After think over and talk with PM, we decided to remove the
until timestamp
statement in theflashback
syntax. Now theflashback
syntax is like below:What is changed and how it works?
Check List
Tests