From: Tor Didriksen Date: November 4 2010 10:22am Subject: bzr push into mysql-next-mr-bugfixing branch (tor.didriksen:3358 to 3359) Bug#55790 List-Archive: http://lists.mysql.com/commits/122818 X-Bug: 55790 Message-Id: <20101104102242.5734435BB@atum07.norway.sun.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 3359 Tor Didriksen 2010-11-04 Bug #55790 Read_Master_Log_Pos is wrong Post-push fix: disable on windows, since it always fails. @ mysql-test/suite/rpl/t/rpl_packet.test We do not have grep/tail on windows. modified: mysql-test/suite/rpl/t/rpl_packet.test 3358 Tor Didriksen 2010-11-04 Bug #55790 Read_Master_Log_Pos is wrong Post-push fix: use portable argument to tail. @ mysql-test/suite/rpl/t/rpl_packet.test tail -n is not supported on solaris. 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-04 09:20:38 +0000 +++ b/mysql-test/suite/rpl/t/rpl_packet.test 2010-11-04 10:22:22 +0000 @@ -9,6 +9,9 @@ # BUG#55322: SHOW BINLOG EVENTS increases @@SESSION.MAX_ALLOWED_PACKET # max-out size db name +# The grep | tail stuff below fails on windows. +--source include/not_windows.inc + source include/master-slave.inc; source include/have_binlog_format_row.inc; call mtr.add_suppression("Slave I/O: Got a packet bigger than 'max_allowed_packet' bytes, Error_code: 1153"); No bundle (reason: useless for push emails).