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

release-20.1: sql: handle bool values for compat-only session vars #56814

Merged
merged 1 commit into from
Nov 17, 2020

Conversation

rafiss
Copy link
Collaborator

@rafiss rafiss commented Nov 17, 2020

Backport 1/1 commits from #56662.

/cc @cockroachdb/release


Release note (bug fix): Some boolean session variables would only accept
string ("true" or "false") values. Now they accept unquoted true or
false values too.

@rafiss rafiss requested review from otan and a team November 17, 2020 17:59
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@@ -340,4 +340,13 @@ SET enable_zigzag_join = 'false';
SET enable_zigzag_join = on;
SET enable_zigzag_join = off;
SET enable_zigzag_join = true;
SET enable_zigzag_join = false
SET enable_zigzag_join = false;
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: revert semicolon

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

ty. fixed

Release note (bug fix): Some boolean session variables would only accept
string ("true" or "false") values. Now they accept unquoted true or
false values too.
@rafiss rafiss merged commit ee306d2 into cockroachdb:release-20.1 Nov 17, 2020
@rafiss rafiss deleted the backport20.1-56662 branch November 17, 2020 22:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants