summaryrefslogtreecommitdiff
path: root/mysql-test/t/rpl000010.test
diff options
context:
space:
mode:
authorsasha@mysql.sashanet.com <>2001-01-22 12:35:16 -0700
committersasha@mysql.sashanet.com <>2001-01-22 12:35:16 -0700
commit8b7391c9e00436a197b9416b93130d6de4e244fd (patch)
tree74bae20e7b8358535b4be9c05ea784cacda8144e /mysql-test/t/rpl000010.test
parent1385ffee8bce63759ce63c0cd2ddf14562216a1a (diff)
downloadmariadb-git-8b7391c9e00436a197b9416b93130d6de4e244fd.tar.gz
fixed bug in master_pos_wait(), got rid of sleep hack,
added test/sanity check for master_pos_wait()
Diffstat (limited to 'mysql-test/t/rpl000010.test')
-rw-r--r--mysql-test/t/rpl000010.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/rpl000010.test b/mysql-test/t/rpl000010.test
index 65ceb98fd68..8f6b8d449ac 100644
--- a/mysql-test/t/rpl000010.test
+++ b/mysql-test/t/rpl000010.test
@@ -11,10 +11,10 @@ insert into t1 values(2);
save_master_pos;
connection slave;
sync_with_master;
-sleep 1;
@r/rpl000010.result select n from t1;
connection master;
drop table t1;
save_master_pos;
connection slave;
sync_with_master;
+