We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe8514e + 0cf671d commit e374e66Copy full SHA for e374e66
pkg/sql/stmtdiagnostics/statement_diagnostics.go
@@ -653,7 +653,7 @@ func (r *Registry) innerInsertStatementDiagnostics(
653
if err != nil {
654
return diagID, err
655
}
656
- } else {
+ } else if txnDiagnosticId == 0 {
657
// Insert a completed request into system.statement_diagnostics_request.
658
// This is necessary because the UI uses this table to discover completed
659
// diagnostics.
0 commit comments