Skip to content
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

session: fix show variable result of tidb_enable_window_function after upgrade (#13866) #14131

Merged
merged 2 commits into from
Dec 19, 2019

Conversation

sre-bot
Copy link
Contributor

@sre-bot sre-bot commented Dec 19, 2019

cherry-pick #13866 to release-3.0


What problem does this PR solve?

tidb_enable_window_function will display as 1 in show variables 's result after upgrade from old version, but real tidb_enable_window_function value will keep 0 due to keep syntax compatibility, on another hand, new cluster can safe use 1 as default value.

What is changed and how it works?

when upgrade from old version, insert a default 0 value if no exists record in GLOBAL_VARIABLES

Check List

Tests

  • Manual test : upgrade from old version

Code changes

  • add upgrade logic

Side effects

  • n/a

Related changes

  • Need to cherry-pick to the release branch

Release note

  • fix show variable result of tidb_enable_window_function after upgrade

This change is Reviewable

@sre-bot
Copy link
Contributor Author

sre-bot commented Dec 19, 2019

/run-all-tests

Copy link
Member

@winoros winoros left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Copy link
Member

@zz-jason zz-jason left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@zz-jason zz-jason added status/can-merge Indicates a PR has been approved by a committer. status/LGT2 Indicates that a PR has LGTM 2. labels Dec 19, 2019
@sre-bot
Copy link
Contributor Author

sre-bot commented Dec 19, 2019

Your auto merge job has been accepted, waiting for 14052, 14132, 14106, 14134, 13249, 13969

@sre-bot
Copy link
Contributor Author

sre-bot commented Dec 19, 2019

/run-all-tests

@sre-bot sre-bot merged commit 1c224aa into pingcap:release-3.0 Dec 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sig/execution SIG execution status/can-merge Indicates a PR has been approved by a committer. status/LGT2 Indicates that a PR has LGTM 2. type/bugfix This PR fixes a bug.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants