-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
infoschema: fix tidb version showed in cluster_info table and update the go.mod for new sysutil (#16003) #18413
infoschema: fix tidb version showed in cluster_info table and update the go.mod for new sysutil (#16003) #18413
Conversation
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
/run-all-tests |
@zimulala please accept the invitation then you can push to the cherry-pick pull requests. |
No release note, Please follow https://github.com/pingcap/community/blob/master/contributors/release-note-checker.md |
Signed-off-by: crazycs520 <crazycs520@gmail.com>
No release note, Please follow https://github.com/pingcap/community/blob/master/contributors/release-note-checker.md |
/rebuild |
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
@crazycs520,Thanks for your review. |
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
@zimulala,Thanks for your review. |
/run-all-tests |
@tangenta,Thanks for your review. |
/run-integration-br-test |
/merge |
Sorry @crazycs520, you don't have permission to trigger auto merge event on this branch. |
/merge |
Sorry @crazycs520, you don't have permission to trigger auto merge event on this branch. |
/rebuild |
/merge |
/run-all-tests |
@ti-srebot merge failed. |
/merge |
Your auto merge job has been accepted, waiting for:
|
/run-all-tests |
/merge |
Your auto merge job has been accepted, waiting for:
|
cherry-pick #16003 to release-4.0
What problem does this PR solve?
close #16302
The version of TiDB is not consistent with TiKV and PD.
What is changed and how it works?
Proposal: xxx
What's Changed:
before:
this pr : not set the serverVersion, use
select Version()
would get the default version. AndCLUSTER_INFO
would get the format version.When set the serverVersion to "8.0.1" in config.toml,
select Version()
andCLUSTER_INFO
would get the version which user set:How it Works:
Check List
Tests
Release note