Skip to content

Commit

Permalink
Revert "[release-17.0] Replace use of `WAIT_UNTIL_SQL_THREAD_AFTER_GT…
Browse files Browse the repository at this point in the history
…IDS` with `WAIT_FOR_EXECUTED_GTID_SET` (vitessio#14612) (vitessio#14619)"

This reverts commit 29d3784.

Signed-off-by: deepthi <[email protected]>
  • Loading branch information
deepthi committed Dec 9, 2023
1 parent 5661c70 commit 4715e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/mysql/flavor_mysql.go
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ func (mysqlFlavor) waitUntilPositionCommand(ctx context.Context, pos Position) (
}
}

return fmt.Sprintf("SELECT WAIT_FOR_EXECUTED_GTID_SET('%s', %v)", pos, timeoutSeconds), nil
return fmt.Sprintf("SELECT WAIT_UNTIL_SQL_THREAD_AFTER_GTIDS('%s', %v)", pos, timeoutSeconds), nil
}

// readBinlogEvent is part of the Flavor interface.
Expand Down

0 comments on commit 4715e3a

Please sign in to comment.