Closed tangenta closed 3 years ago
[REVIEW NOTIFICATION]
This pull request has not been approved.
To complete the pull request process, please ask the reviewers in the list to review by filling /cc @reviewer
in the comment.
After your PR has acquired the required number of LGTMs, you can assign this pull request to the committer in the list by filling /assign @committer
in the comment to help you merge this pull request.
The full list of commands accepted by this bot can be found here.
@tangenta: PR needs rebase.
Since the parser is moved to TiDB repo, I am going to close this PR.
What problem does this PR solve?
The parser part of https://github.com/pingcap/tidb/pull/28448.
What is changed and how it works?
alter table t modify [force] row_id = xxx
. This is useful in the last stage when importing with Lightning.ActionRebaseRowID
.TableInfoVersion4
toTableInfoVersion5
.TableInfoVersion4
is a version that is equivalent toTableInfoVersion3
for some reasons.Check List
Tests
Code changes
NA
Side effects
NA
Related changes
NA