From: Date: May 9 2008 3:17pm Subject: bk commit into 5.0 tree (msvensson:1.2586) BUG#35543 List-Archive: http://lists.mysql.com/commits/46562 X-Bug: 35543 Message-Id: <20080509131712.9975630E9DB@pilot> Below is the list of changes that have just been committed into a local 5.0 repository of msvensson. When msvensson 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-05-09 15:17:10+02:00, msvensson@pilot.(none) +1 -0 BUG#35543 mysqlbinlog.cc does not properly work with tmp files - Backport to 5.0, use --local-load to instruct myqlbinlog where to put the files it generate mysql-test/mysql-test-run.pl@stripped, 2008-05-09 15:17:08+02:00, msvensson@pilot.(none) +3 -0 Make mysqlbinlog use the designated tmpdir for it's LOAD DATA files diff -Nrup a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl --- a/mysql-test/mysql-test-run.pl 2008-05-02 14:42:32 +02:00 +++ b/mysql-test/mysql-test-run.pl 2008-05-09 15:17:08 +02:00 @@ -2045,6 +2045,9 @@ sub environment_setup () { { $cmdline_mysqlbinlog .=" --character-sets-dir=$path_charsetsdir"; } + # Always use the given tmpdir for the LOAD files created + # by mysqlbinlog + $cmdline_mysqlbinlog .=" --local-load=$opt_tmpdir"; if ( $opt_debug ) {