diff options
author | unknown <mleich@mysql.com> | 2006-04-20 19:43:02 +0200 |
---|---|---|
committer | unknown <mleich@mysql.com> | 2006-04-20 19:43:02 +0200 |
commit | db623fa89f9b90b21c00184400a1ca94c361010f (patch) | |
tree | 4a58f99d698586e40eb522def49fe91408509ff9 | |
parent | 0eb3afaf6fd61c8493ddede32aa4ef2c57c8873a (diff) | |
download | mariadb-git-db623fa89f9b90b21c00184400a1ca94c361010f.tar.gz |
Post merge correction for the Changesset
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)
mysql-test/r/rpl_deadlock.result:
Updated result
-rw-r--r-- | mysql-test/r/rpl_deadlock.result | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/mysql-test/r/rpl_deadlock.result b/mysql-test/r/rpl_deadlock.result index 843a10ff433..541e12b806f 100644 --- a/mysql-test/r/rpl_deadlock.result +++ b/mysql-test/r/rpl_deadlock.result @@ -50,7 +50,7 @@ Master_User root Master_Port MASTER_MYPORT Connect_Retry 1 Master_Log_File master-bin.000001 -Read_Master_Log_Pos 13110 +Read_Master_Log_Pos 18911 Relay_Log_File # Relay_Log_Pos # Relay_Master_Log_File master-bin.000001 @@ -65,7 +65,7 @@ Replicate_Wild_Ignore_Table Last_Errno 0 Last_Error Skip_Counter 0 -Exec_Master_Log_Pos 13110 +Exec_Master_Log_Pos 18911 Relay_Log_Space # Until_Condition None Until_Log_File @@ -99,7 +99,7 @@ Master_User root Master_Port MASTER_MYPORT Connect_Retry 1 Master_Log_File master-bin.000001 -Read_Master_Log_Pos 13110 +Read_Master_Log_Pos 18911 Relay_Log_File # Relay_Log_Pos # Relay_Master_Log_File master-bin.000001 @@ -114,7 +114,7 @@ Replicate_Wild_Ignore_Table Last_Errno 0 Last_Error Skip_Counter 0 -Exec_Master_Log_Pos 13110 +Exec_Master_Log_Pos 18911 Relay_Log_Space # Until_Condition None Until_Log_File @@ -150,7 +150,7 @@ Master_User root Master_Port MASTER_MYPORT Connect_Retry 1 Master_Log_File master-bin.000001 -Read_Master_Log_Pos 13110 +Read_Master_Log_Pos 18911 Relay_Log_File # Relay_Log_Pos # Relay_Master_Log_File master-bin.000001 @@ -165,7 +165,7 @@ Replicate_Wild_Ignore_Table Last_Errno 0 Last_Error Skip_Counter 0 -Exec_Master_Log_Pos 13110 +Exec_Master_Log_Pos 18911 Relay_Log_Space # Until_Condition None Until_Log_File |