Skip to content

Commit a9631d2

Browse files
committed
Remove unnecessary/unwanted sort in UpdateVReplicationWorkflow
We're only supposed to be potentially updating the OnDDL flag there. Signed-off-by: Matt Lord <mattalord@gmail.com>
1 parent 1fb9738 commit a9631d2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

go/vt/vttablet/tabletmanager/rpc_vreplication.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,6 @@ func (tm *TabletManager) UpdateVReplicationWorkflow(ctx context.Context, req *ta
296296
if !textutil.ValueIsSimulatedNull(req.OnDdl) {
297297
bls.OnDdl = req.OnDdl
298298
}
299-
protoutil.SortBinlogSourceTables(bls)
300299
source, err = prototext.Marshal(bls)
301300
if err != nil {
302301
return nil, err

0 commit comments

Comments
 (0)