diff options
author | guilhem@mysql.com <> | 2003-03-17 22:51:56 +0100 |
---|---|---|
committer | guilhem@mysql.com <> | 2003-03-17 22:51:56 +0100 |
commit | 87e1c552ed7e1e4c1ce65c0c7ba18291f1b3915f (patch) | |
tree | 5d9a0eaa1fe759e9fccf20738544fe2eab9bbbe8 /mysql-test/r/rpl_relayspace.result | |
parent | 7761805ecb0055933ce4141f83f8315f9879cf5a (diff) | |
download | mariadb-git-87e1c552ed7e1e4c1ce65c0c7ba18291f1b3915f.tar.gz |
New variable rli->ignore_log_space_limit to resolve
a deadlock between I/O and SQL threads in replication
when relay_log_space is too small. This fixes bug #79.
Diffstat (limited to 'mysql-test/r/rpl_relayspace.result')
-rw-r--r-- | mysql-test/r/rpl_relayspace.result | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mysql-test/r/rpl_relayspace.result b/mysql-test/r/rpl_relayspace.result new file mode 100644 index 00000000000..5e552ef7400 --- /dev/null +++ b/mysql-test/r/rpl_relayspace.result @@ -0,0 +1,13 @@ +slave stop; +drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9; +reset master; +reset slave; +drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9; +slave start; +stop slave; +create table t1 (a int); +reset slave; +start slave; +select master_pos_wait('master-bin.001',5000,45)=-1; +master_pos_wait('master-bin.001',5000,45)=-1 +0 |