diff options
author | sasha@mysql.sashanet.com <> | 2001-01-22 12:35:16 -0700 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2001-01-22 12:35:16 -0700 |
commit | 8b7391c9e00436a197b9416b93130d6de4e244fd (patch) | |
tree | 74bae20e7b8358535b4be9c05ea784cacda8144e /mysql-test/t/rpl000003.test | |
parent | 1385ffee8bce63759ce63c0cd2ddf14562216a1a (diff) | |
download | mariadb-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.test | 1 |
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; |