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

Merged
merged 3 commits into from Dec 3, 2019
Merged

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

merged 3 commits into from Dec 3, 2019

Conversation

lysu
Copy link
Collaborator

@lysu lysu commented Dec 3, 2019

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

@lysu lysu added type/bug-fix This PR fixes a bug. sig/execution SIG execution labels Dec 3, 2019
@lysu lysu requested review from jackysp and alivxxx December 3, 2019 03:35
@codecov
Copy link

codecov bot commented Dec 3, 2019

Codecov Report

Merging #13866 into master will increase coverage by 0.0117%.
The diff coverage is n/a.

@@               Coverage Diff                @@
##             master     #13866        +/-   ##
================================================
+ Coverage   80.3896%   80.4014%   +0.0118%     
================================================
  Files           475        474         -1     
  Lines        119223     118509       -714     
================================================
- Hits          95843      95283       -560     
+ Misses        15870      15803        -67     
+ Partials       7510       7423        -87

Copy link
Contributor

@alivxxx alivxxx left a comment

Choose a reason for hiding this comment

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

LGTM

@lysu lysu added status/LGT1 Indicates that a PR has LGTM 1. needs-cherry-pick-3.0 labels Dec 3, 2019
Copy link
Member

@jackysp jackysp left a comment

Choose a reason for hiding this comment

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

LGTM

@jackysp jackysp added the status/can-merge Indicates a PR has been approved by a committer. label Dec 3, 2019
@sre-bot
Copy link
Contributor

sre-bot commented Dec 3, 2019

/run-all-tests

@sre-bot
Copy link
Contributor

sre-bot commented Dec 3, 2019

@lysu merge failed.

@lysu
Copy link
Collaborator Author

lysu commented Dec 3, 2019

/merge

@sre-bot
Copy link
Contributor

sre-bot commented Dec 3, 2019

/run-all-tests

@lysu lysu added status/LGT2 Indicates that a PR has LGTM 2. and removed status/LGT1 Indicates that a PR has LGTM 1. labels Dec 3, 2019
@sre-bot sre-bot merged commit 093b27a into pingcap:master Dec 3, 2019
@sre-bot
Copy link
Contributor

sre-bot commented Dec 3, 2019

cherry pick to release-3.0 failed

@lysu
Copy link
Collaborator Author

lysu commented Dec 19, 2019

/run-cherry-picker

@lysu lysu deleted the dev-fix-tidb_enable_window_function branch December 19, 2019 04:01
@lysu
Copy link
Collaborator Author

lysu commented Dec 19, 2019

/run-cherry-picker

@sre-bot
Copy link
Contributor

sre-bot commented Dec 19, 2019

cherry pick to release-3.0 in PR #14131

sre-bot added a commit that referenced this pull request Dec 19, 2019
XiaTianliang pushed a commit to XiaTianliang/tidb that referenced this pull request Dec 21, 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/bug-fix This PR fixes a bug.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants