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.
1 parent e9bb36e commit 55b951aCopy full SHA for 55b951a
go/vt/vtgate/vcursor_impl.go
@@ -1328,6 +1328,7 @@ func (vc *vcursorImpl) cloneWithAutocommitSession() *vcursorImpl {
1328
topoServer: vc.topoServer,
1329
warnShardedOnly: vc.warnShardedOnly,
1330
pv: vc.pv,
1331
+ resultsObserver: vc.resultsObserver,
1332
}
1333
1334
@@ -1432,6 +1433,7 @@ func (vc *vcursorImpl) CloneForMirroring(ctx context.Context) engine.VCursor {
1432
1433
1434
warnings: vc.warnings,
1435
1436
1437
1438
1439
v.marginComments.Trailing += "/* mirror query */"
0 commit comments