-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
75854: sql: update SHOW GRANTS ON DATABASE to include grant options r=RichardJCai a=ecwall refs #73394 Release note (sql): SHOW GRANTS ON DATABASE includes is_grantable column 75892: distsql: cleanup log tag annotation r=andreimatei a=andreimatei A context annotation was not doing what it wanted; it was inadvertently a no-op. This patch also makes FlowCtx.AmbientCtx not be embedded. Embedded AmbientCtxs are annoying because one can't easily find where they're used. Release note: None 75901: distsql: improve flow cleanup r=andreimatei a=andreimatei FlowBase.Cleanup(ctx) was closing the tracing span from ctx, if any. This was assuming that the respective ctx is the one associated with the flow, and that the flow always has a span. These are brittle assumptions; in particular, I intend to avoid opening spans for local flows when there's no particular reason to (i.e. when not collecting stats), to save on their cost. This patch has the Flow explicitly keep track of which Span it owns, if any. Release note: None 75910: migration/migrations: skip TestEnsureSpanConfigReconciliation r=irfansharif a=otan Refs: #75849 Reason: flaky test Generated by bin/skip-test. Release justification: non-production code changes Release note: None Co-authored-by: Evan Wall <[email protected]> Co-authored-by: Andrei Matei <[email protected]> Co-authored-by: Oliver Tan <[email protected]>
- Loading branch information
Showing
17 changed files
with
222 additions
and
197 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.