Bug #38226 mysqlbinlog At line 232: command "$MYSQL_BINLOG ... failed
Submitted: 18 Jul 2008 16:00 Modified: 2 Oct 2009 9:32
Reporter: Andrei Elkin Email Updates:
Status: Can't repeat Impact on me:
None 
Category:Tests: Replication Severity:S3 (Non-critical)
Version:5.1-bugteam OS:Windows
Assigned to: Daogang Qu CPU Architecture:Any

[18 Jul 2008 16:00] Andrei Elkin
Description:
        tfl_name: main.mysqlbinlog
    tfl_tst_type: n_mix
        psh_tree: bzr_mysql-5.1-bugteam
       psh_order: 68
tfl_bld_platform: win2003-x86
        tfl_text: main.mysqlbinlog               [ fail ]
https://intranet.mysql.com/secure/pushbuild/xref.pl?startdate=&enddate=&dir=&plat=win2003-...
https://intranet.mysql.com/secure/pushbuild/showpush.pl?dir=bzr_mysql-5.1-bugteam&order=68 bzr_mysql-5.1-bugteam/68 win2003-x86/n_mix      
mysqltest: At line 232: command "$MYSQL_BINLOG --hexdump --local-load=$MYSQLTEST_VARDIR/tmp/ $MYSQLTEST_VARDIR/log/master-bin.000012 | grep 'Query' | sed 's/[0-9]\{1,\}/REMOVED/g'" failed

The result from queries just before the failure was:
< snip >
SET TIMESTAMP=1000000000/*!*/;
SET @@session.collation_database=DEFAULT/*!*/;
load data LOCAL INFILE 'MYSQLTEST_VARDIR/tmp/SQL_LOAD_MB-b-0' INTO table t1
/*!*/;
SET TIMESTAMP=1000000000/*!*/;
load data LOCAL INFILE 'MYSQLTEST_VARDIR/tmp/SQL_LOAD_MB-c-0' INTO table t1 character set koi8r
/*!*/;
SET TIMESTAMP=1000000000/*!*/;
drop table t1
/*!*/;
DELIMITER ;
# End of log file
ROLLBACK /* added by mysqlbinlog */;
/*!50003 SET COMPLETION_TYPE=@OLD_COMPLETION_TYPE*/;
CREATE TABLE t1 (c1 CHAR(10));
flush logs;
INSERT INTO t1 VALUES ('0123456789');
flush logs;
DROP TABLE t1;
exec of 'e:\pb\bzr_mysql-5.1-bugteam\68\mysql-5.1.28-pb68\client\relwithdebinfo\\mysqlbinlog.exe --no-defaults --disable-force-if-open --debug-check --character-sets-dir=e:/pb/bzr_mysql-5.1-bugteam/68/mysql-5.1.28-pb68/sql/share/charsets --local-load=c:/tmp/pbtmp-n_mix-5 --hexdump --local-load=e:/pb/bzr_mysql-5.1-bugteam/68/mysql-5.1.28-pb68/mysql-test/var-n_mix-5/tmp/ e:/pb/bzr_mysql-5.1-bugteam/68/mysql-5.1.28-pb68/mysql-test/var-n_mix-5/log/master-bin.000012 | grep 'Query' | sed 's/[0-9]\{1,\}/REMOVED/g'' failed, error: 128, status: 128, errno: 0

More results from queries before failure can be found in e:\pb\bzr_mysql-5.1-bugteam\68\mysql-5.1.28-pb68\mysql-test\var-n_mix-5\log\mysqlbinlog.log

How to repeat:
https://intranet.mysql.com/secure/pushbuild/xref.pl?startdate=&enddate=&dir=&plat=win2003-...
https://intranet.mysql.com/secure/pushbuild/showpush.pl?dir=bzr_mysql-5.1-bugteam&order=68
[24 Jul 2008 12:31] Sven Sandberg
here's a better xref: http://tinyurl.com/5qndu9
[2 Oct 2009 9:32] Daogang Qu
The failure can't be produced for one year and can't be reproduce on win32-x86 base on mysql-5.1-bugteam.