-
Notifications
You must be signed in to change notification settings - Fork 197
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
dep: update TiDB and parser #607
Conversation
Signed-off-by: lance6716 <[email protected]>
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
/hold |
/unhold local test passed |
/run-unit-tests |
go.mod1
Outdated
// FIXME: Change to master TiDB after upgrade TiDB. | ||
replace github.com/pingcap/tidb => github.com/oh-my-tidb/tidb v1.1.0-beta.0.20220218042203-2e273f3f990d |
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.
Is this replace expected?
Signed-off-by: lance6716 <[email protected]>
/run-unit-tests |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: ebd8701
|
Signed-off-by: lance6716 [email protected]
What problem does this PR solve?
Issue Number: ref #596
What is changed and how it works?
update parser to include pingcap/tidb#33212
Check List
Tests
compiled sync-diff and passed a DM integration test locally *(dm): support MySQL 8.0 collations tiflow#4949
Code changes
Side effects
Related changes