summaryrefslogtreecommitdiff
path: root/mysql-test/t/rpl000003.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/rpl000003.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/rpl000003.test')
-rw-r--r--mysql-test/t/rpl000003.test1
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/t/rpl000003.test b/mysql-test/t/rpl000003.test
index 2ab4584faf2..b5957615c5b 100644
--- a/mysql-test/t/rpl000003.test
+++ b/mysql-test/t/rpl000003.test
@@ -7,7 +7,6 @@ insert into t1 values (3);
save_master_pos;
connection slave;
sync_with_master;
-sleep 1;
@r/rpl000003.result select * from t1;
connection master;
drop table t1;