From: Date: April 20 2008 2:42pm Subject: bk commit into 6.0 tree (kostja:1.2634) BUG#35543 List-Archive: http://lists.mysql.com/commits/45714 X-Bug: 35543 Message-Id: <20080420124256.429DA3E005@vajra.local> Below is the list of changes that have just been committed into a local 6.0 repository of kostja. When kostja does a push these changes will be propagated to the main repository and, within 24 hours after the push, to the public repository. For information on how to access the public repository see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html ChangeSet@stripped, 2008-04-20 16:42:50+04:00, kostja@bodhi.(none) +1 -0 Disable binlog_killed_simulate.test, Bug#35543 "mysqlbinlog.cc does not properly work with tmp files" mysql-test/suite/binlog/t/disabled.def@stripped, 2008-04-20 16:42:47+04:00, kostja@bodhi.(none) +1 -0 Disable binlog_killed_simulate, since it fails consistently on sapsrv1 diff -Nrup a/mysql-test/suite/binlog/t/disabled.def b/mysql-test/suite/binlog/t/disabled.def --- a/mysql-test/suite/binlog/t/disabled.def 2008-04-20 01:26:21 +04:00 +++ b/mysql-test/suite/binlog/t/disabled.def 2008-04-20 16:42:47 +04:00 @@ -14,3 +14,4 @@ binlog_row_ctype_cp932 : Bug #33376 2007 binlog_multi_engine : Bug#32663 binlog_multi_engine.test fails randomly binlog_base64_flag : BUG#33247 2007-12-14 Sven: mysqlbinlog does not clean up after itself on termination. When compiled in debug mode, this test generates lots of warnings for memory leaks. binlog_killed : Bug#28786 binlog_killed.test fails: 'reset master' does not reset binlogging +binlog_killed_simulate : Bug#35543, Bug#34283, Bug#33238, Bug#35546 tmp file name construction problems