Commit 70d3e45b authored by unknown's avatar unknown

Attempt to fix rpl_relayrotate.test for host openbsd, fix suggested by Guilhem

parent 4c36d7dc
...@@ -52,9 +52,8 @@ start slave; ...@@ -52,9 +52,8 @@ start slave;
# which proves that the transaction restarted at # which proves that the transaction restarted at
# the right place. # the right place.
# We must wait for the transaction to commit before # We must wait for the transaction to commit before
# reading, MASTER_POS_WAIT() will do it for sure # reading:
# (the only statement with position>=3000 is COMMIT). sync_with_master;
select master_pos_wait('master-bin.001',3000)>=0;
select max(a) from t1; select max(a) from t1;
connection master; connection master;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment