diff options
| author | unknown <sasha@mysql.sashanet.com> | 2001-01-22 12:35:16 -0700 |
|---|---|---|
| committer | unknown <sasha@mysql.sashanet.com> | 2001-01-22 12:35:16 -0700 |
| commit | 546af2077af7130a6e198e406422c264900e9abc (patch) | |
| tree | 74bae20e7b8358535b4be9c05ea784cacda8144e /mysql-test/t/rpl000014.test | |
| parent | 5a1c48a2e066bb5ce53c7f15148cdbb6eb1ff5e8 (diff) | |
| download | mariadb-git-546af2077af7130a6e198e406422c264900e9abc.tar.gz | |
fixed bug in master_pos_wait(), got rid of sleep hack,
added test/sanity check for master_pos_wait()
mysql-test/r/rpl000016.result:
do show slave status to test master_pos_wait()
mysql-test/t/rpl000001.test:
no sleep
mysql-test/t/rpl000002.test:
no sleep
mysql-test/t/rpl000003.test:
no sleep
mysql-test/t/rpl000007.test:
!sleep
mysql-test/t/rpl000008.test:
!sleep
mysql-test/t/rpl000009.test:
no sleep
mysql-test/t/rpl000010.test:
no sleep
mysql-test/t/rpl000011.test:
no sleep
mysql-test/t/rpl000012.test:
no sleep
mysql-test/t/rpl000013.test:
no sleep
mysql-test/t/rpl000014.test:
no sleep
mysql-test/t/rpl000015.test:
no sleep
mysql-test/t/rpl000016.test:
no sleep, test that master_pos_wait() works right
sql/slave.cc:
fixed bug in master_pos_wait()
Diffstat (limited to 'mysql-test/t/rpl000014.test')
| -rw-r--r-- | mysql-test/t/rpl000014.test | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/t/rpl000014.test b/mysql-test/t/rpl000014.test index e1d483c7ea5..34e160a760c 100644 --- a/mysql-test/t/rpl000014.test +++ b/mysql-test/t/rpl000014.test @@ -24,7 +24,6 @@ save_master_pos; connection slave; change master to master_log_pos=73; sync_with_master; -sleep 1; select * from foo; connection master; drop table foo; |
