1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-31 22:22:30 +03:00

Fixes for Bug#12429: Replication tests fail: "Slave_IO_Running" (?) differs related to

MySQL 4.1
  and Bug#16920 rpl_deadlock_innodb fails in show slave status (reported for MySQL 5.1)
  - backport of several fixes done in MySQL 5.0 to 4.1
  - fix for new discovered instability (see comment on Bug#12429 + Bug#16920)
  - reenabling of testcases
This commit is contained in:
mleich@mysql.com
2006-04-13 20:42:48 +02:00
parent 4d5ab7a961
commit 3ca1ec8fdc
6 changed files with 119 additions and 24 deletions

View File

@@ -10,10 +10,7 @@ reset slave;
start slave;
stop slave;
start slave;
select master_pos_wait('master-bin.001',3000)>=0;
master_pos_wait('master-bin.001',3000)>=0
1
select * from t1 where a=8000;
a
select max(a) from t1;
max(a)
8000
drop table t1;