-
Notifications
You must be signed in to change notification settings - Fork 477
Alter RBR locality is blocked by sql_safe_updates #20856
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
Alter RBR locality is blocked by sql_safe_updates #20856
Conversation
✅ Deploy Preview for cockroachdb-api-docs canceled.
|
✅ Deploy Preview for cockroachdb-interactivetutorials-docs canceled.
|
Files changed:
|
f32f714 to
ef00b8f
Compare
✅ Netlify Preview
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
@rafiss based on the labels on your PR cockroachdb/cockroach#151423 it looks like this change is in every supported version v24.1+, is that correct? |
✅ Netlify Preview
To edit notification comments on pull requests, go to your Netlify project configuration. |
rafiss
left a comment
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! I'm pretty sure you only made these changes in 25.4 initially for ease of review, but just in case this wasn't known already: we backported this behavior to v24.1.24, 24.3.20, v25.2.6, and v25.3.2 also. (links can be seen on the original issue: cockroachdb/cockroach#150945)
|
Thanks Rafi! Yes, def planning to backport to the docs for the various
supported versions. Sorry, I meant to say that but must have forgotten
to.
Been experimenting for a bit with PRing changes in v25.4 (or whatever is
latest) and then mechanically backporting to prev supported versions
with a script, mostly to ease reviewer burden of scanning through
multiple duplicate edits (Docs team may move to branch-based versioning
at some point but it's not in near term plans AIUI)
Rafi Shamim ***@***.***> writes:
… @rafiss approved this pull request.
lgtm! I'm pretty sure you only made these changes in 25.4 initially
for ease of review, but just in case this wasn't known already: we
backported this behavior to v24.1.24, 24.3.20, v25.2.6, and v25.3.2
also. (links can be seen on the original issue:
cockroachdb/cockroach#150945)
|
peachdawnleach
left a comment
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!
Fixes DOC-14722