Skip to content

Commit

Permalink
Can't stop nitting...
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Lord <[email protected]>
  • Loading branch information
mattlord committed Dec 5, 2023
1 parent 5747049 commit d15fb0b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion go/vt/binlog/binlogplayer/dbclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ func (dc *dbClientImpl) ExecuteFetchMulti(query string, maxrows int) ([]*sqltype
}
results = append(results, mqr)
}

return results, nil
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,6 @@ func (tp *TablePlan) applyBulkDeleteChanges(rowDeletes []*binlogdatapb.RowChange
if err != nil {
return nil, err
}
querySize = baseQuerySize
tp.TablePlanBuilder.stats.BulkQueryCount.Add("delete", 1)
return executor(query)
}
Expand All @@ -501,6 +500,7 @@ func (tp *TablePlan) applyBulkDeleteChanges(rowDeletes []*binlogdatapb.RowChange
return nil, err
}
pkVals = nil
querySize = baseQuerySize
}
pkVals = append(pkVals, vals[pkIndex])
querySize += addedSize
Expand Down

0 comments on commit d15fb0b

Please sign in to comment.