forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
41149: sql: exec_log protects internal execs behind V(3) r=jordanlewis a=jordanlewis Previously, the exec_log vmodule would always include all internal execs. This was pretty annoying for debugging. This change moves internal execs behind V(3) instead of V(2). Additionally, it restores the `exec-internal` vs `exec` label distinction, which had apparently been lost in a refactor at some point. Release justification: low risk, high benefit changes to existing functionality Release note (cli change): the exec_log vmodule now does not log internally-generated statements unless the vmodule is set to 3 instead of 2. Co-authored-by: Jordan Lewis <[email protected]>
- Loading branch information
Showing
4 changed files
with
34 additions
and
6 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