diff options
author | unknown <guilhem@gbichot2> | 2003-08-20 16:32:00 +0200 |
---|---|---|
committer | unknown <guilhem@gbichot2> | 2003-08-20 16:32:00 +0200 |
commit | 478caeb478cbc40ba52e13761adb3a05915c9d96 (patch) | |
tree | bb8e7ca495b7501d5042a47f9c1d81a8082a412b /mysql-test/t/rpl_relayrotate.test | |
parent | 7c3ae8a8f39eb6ed537377b00be57b73753ac6af (diff) | |
download | mariadb-git-478caeb478cbc40ba52e13761adb3a05915c9d96.tar.gz |
sleep instead of system sleep
Diffstat (limited to 'mysql-test/t/rpl_relayrotate.test')
-rw-r--r-- | mysql-test/t/rpl_relayrotate.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/rpl_relayrotate.test b/mysql-test/t/rpl_relayrotate.test index 3df55eea57d..3f315ba9365 100644 --- a/mysql-test/t/rpl_relayrotate.test +++ b/mysql-test/t/rpl_relayrotate.test @@ -40,7 +40,7 @@ start slave; # Usually it stops when the SQL thread is around the 15th relay log. # We cannot use MASTER_POS_WAIT() as master's position # increases only when the slave executes the COMMIT. -system sleep 1; +sleep 1; stop slave; # We suppose the SQL thread stopped before COMMIT. # If so the transaction was rolled back |