Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
110775: sql: remove accidental copy of inFlightTraceCollector r=yuzefovich a=michae2 The `finish` method of `inFlightTraceCollector` had a value receiver. I think we meant for this to be a pointer receiver, so that we didn't operate on a copy of the trace collector. Fixes: cockroachdb#110186 Release note: None Co-authored-by: Michael Erickson <[email protected]>
- Loading branch information