Skip to content

Commit

Permalink
Revert "[release-18.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` (#14612)" (#14742)

Signed-off-by: deepthi <deepthi@planetscale.com>
  • Loading branch information
deepthi authored Dec 11, 2023
1 parent a918d52 commit 870675b
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 @@ -234,7 +234,7 @@ func (mysqlFlavor) waitUntilPositionCommand(ctx context.Context, pos replication
}
}

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 870675b

Please sign in to comment.