Skip to content

Commit

Permalink
cherry pick of 14886 (#4067)
Browse files Browse the repository at this point in the history
  • Loading branch information
planetscale-actions-bot authored Jan 4, 2024
1 parent 0518c36 commit 214be7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/vt/vtctl/vtctl.go
Original file line number Diff line number Diff line change
Expand Up @@ -2338,7 +2338,7 @@ func commandVReplicationWorkflow(ctx context.Context, wr *wrangler.Wrangler, sub
sort.Strings(tables)
s := ""
var progress wrangler.TableCopyProgress
for table := range *copyProgress {
for _, table := range tables {
var rowCountPct, tableSizePct int64
progress = *(*copyProgress)[table]
if progress.SourceRowCount > 0 {
Expand Down

0 comments on commit 214be7b

Please sign in to comment.