sqlstats: add rows_written to node_statement_statistics#92572
sqlstats: add rows_written to node_statement_statistics#92572craig[bot] merged 1 commit intocockroachdb:masterfrom matthewtodd:rows-written
Conversation
maryliag
left a comment
There was a problem hiding this comment.
Reviewed 4 of 4 files at r1.
Reviewable status:complete! 1 of 0 LGTMs obtained (waiting on @matthewtodd)
-- commits line 6 at r1:
you're adding a new column to a table visible to users, so there should be a release notes here to indicate this, otherwise
matthewtodd
left a comment
There was a problem hiding this comment.
Reviewable status:
complete! 1 of 0 LGTMs obtained (waiting on @maryliag)
Previously, maryliag (Marylia Gutierrez) wrote…
you're adding a new column to a table visible to users, so there should be a release notes here to indicate this, otherwise
TFTR! Added a note that node_statement_statistics isn't one of the "Use in production" crdb_internal tables, so we'd previously been instructed to exclude it from release notes.
Fixes #91042 Release note: None
|
TFTR! Github CI failure is fixed by #92672 bors r+ |
|
Build succeeded: |
Fixes #91042
(No release note here since
node_statement_statisticsis not one of the "Use in production"crdb_internaltables.)Release note: None