1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

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

This commit is contained in:
knielsen@mysql.com
2005-12-09 14:38:35 +01:00
parent 05a59fbc0e
commit 95f26f1aa9

View File

@ -52,9 +52,8 @@ start slave;
# which proves that the transaction restarted at
# the right place.
# We must wait for the transaction to commit before
# reading, MASTER_POS_WAIT() will do it for sure
# (the only statement with position>=3000 is COMMIT).
select master_pos_wait('master-bin.001',3000)>=0;
# reading:
sync_with_master;
select max(a) from t1;
connection master;