@@ -213,7 +213,7 @@ func shortCircuitTestAfterQuery(query string, dbClient *binlogplayer.MockDBClien
213
213
dbClient .ExpectRequest ("insert into _vt.vdiff_log(vdiff_id, message) values (1, 'Error: Short circuiting test')" , singleRowAffected , nil )
214
214
}
215
215
216
- //--------------------------------------
216
+ // --------------------------------------
217
217
// Topos and tablets
218
218
219
219
// fakeTabletConn implement TabletConn interface. We only care about the
@@ -249,7 +249,7 @@ func (ftc *fakeTabletConn) VStream(ctx context.Context, request *binlogdatapb.VS
249
249
if vstreamHook != nil {
250
250
vstreamHook (ctx )
251
251
}
252
- return vdiffenv .vse .Stream (ctx , request .Position , request .TableLastPKs , request .Filter , throttlerapp .VStreamerName , send )
252
+ return vdiffenv .vse .Stream (ctx , request .Position , request .TableLastPKs , request .Filter , throttlerapp .VStreamerName , send , nil )
253
253
}
254
254
255
255
// vstreamRowsHook allows you to do work just before calling VStreamRows.
@@ -283,7 +283,7 @@ func (ftc *fakeTabletConn) Close(ctx context.Context) error {
283
283
return nil
284
284
}
285
285
286
- //--------------------------------------
286
+ // --------------------------------------
287
287
// Binlog Client to TabletManager
288
288
289
289
// fakeBinlogClient satisfies binlogplayer.Client.
@@ -344,7 +344,7 @@ func (bts *btStream) Recv() (*binlogdatapb.BinlogTransaction, error) {
344
344
return nil , bts .ctx .Err ()
345
345
}
346
346
347
- //--------------------------------------
347
+ // --------------------------------------
348
348
// DBCLient wrapper
349
349
350
350
func realDBClientFactory () binlogplayer.DBClient {
@@ -427,7 +427,7 @@ func (dbc *realDBClient) SupportsCapability(capability capabilities.FlavorCapabi
427
427
return dbc .conn .SupportsCapability (capability )
428
428
}
429
429
430
- //----------------------------------------------
430
+ // ----------------------------------------------
431
431
// fakeTMClient
432
432
433
433
type fakeTMClient struct {
0 commit comments