#At file:///home/daogang/bzrwork/bug55790/mysql-next-mr-bugfixing/ based on revid:vasil.dimov@stripped
3371 Dao-Gang.Qu@stripped 2010-11-09
Bug #55790 Read_Master_Log_Pos is wrong after Slave_IO_Error= ER_NET_PACKET_TOO_LARGE
Post fix.
@ mysql-test/suite/rpl/t/rpl_packet.test
Updated for bug#55790
modified:
mysql-test/suite/rpl/t/rpl_packet.test
=== modified file 'mysql-test/suite/rpl/t/rpl_packet.test'
--- a/mysql-test/suite/rpl/t/rpl_packet.test 2010-11-08 02:49:16 +0000
+++ b/mysql-test/suite/rpl/t/rpl_packet.test 2010-11-09 04:28:48 +0000
@@ -201,7 +201,7 @@ INSERT INTO t1 VALUES (REPEAT('a', 2048)
--let $old_slave_max_allowed_packet= `SELECT @@global.max_allowed_packet`
SET @@global.max_allowed_packet=1048576;
# Restart slave session for new settings to take effect.
---connect (slave2, localhost, root)
+--connect (slave2,127.0.0.1,root,,test,$SLAVE_MYPORT,)
--connection slave2
while($i)
@@ -225,7 +225,8 @@ while($i)
# Check Relay log contains the Table_map_log_event
if (!`SELECT INSTR(@b55790_output.1, 'end_log_pos $table_map_log_pos')`)
{
- --die **** ERROR **** Table map 'end_log_pos $table_map_log_pos' NOT FOUND in mysqlbinlog output ($flags $outfile.1).
+ --echo **** ERROR **** Table map 'end_log_pos $table_map_log_pos' NOT FOUND in mysqlbinlog output ($flags $outfile.1).
+ --cat_file $outfile.1
}
# Check the warning is caused
Attachment: [text/bzr-bundle] bzr/dao-gang.qu@sun.com-20101109042848-8cej0jvxbqxhcewq.bundle
| Thread |
|---|
| • bzr commit into mysql-next-mr branch (Dao-Gang.Qu:3371) Bug#55790 | Dao-Gang.Qu | 9 Nov |