-
Notifications
You must be signed in to change notification settings - Fork 3.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
sql: add cluster setting for opt-driven FK checks, rename experimental_enable_zigzag_join #40307
Conversation
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.
Reviewable status: complete! 1 of 0 LGTMs obtained (waiting on @justinj and @rytaft)
e3e0317
to
3a7f576
Compare
Made a few fixes: changed the name to end in |
Also renames the session setting to remove the `experimental_` part. Release note: None
Remove the "experimental" since it's enabled by default (and has been for a while). Release note: None
3a7f576
to
00cb317
Compare
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.
👍 still lgtm
Reviewable status: complete! 0 of 0 LGTMs obtained (and 1 stale) (waiting on @rytaft)
bors r+ |
40307: sql: add cluster setting for opt-driven FK checks, rename experimental_enable_zigzag_join r=RaduBerinde a=RaduBerinde #### sql: add cluster setting for opt-driven FK checks Also renames the session setting to remove the `experimental_` part. Release note: None #### sql: rename experimental_enable_zigzag_join Remove the "experimental" since it's enabled by default (and has been for a while). Release note: None Co-authored-by: Radu Berinde <radu@cockroachlabs.com>
Build succeeded |
sql: add cluster setting for opt-driven FK checks
Also renames the session setting to remove the
experimental_
part.Release note: None
sql: rename experimental_enable_zigzag_join
Remove the "experimental" since it's enabled by default (and has been
for a while).
Release note: None