From 029bc22b671dfb850c98ae50cd50864a7f70ae41 Mon Sep 17 00:00:00 2001 From: Date: Tue, 3 Aug 2010 18:27:45 +0800 Subject: [PATCH] Bug #34283 mysqlbinlog leaves tmpfile after termination if binlog contains load data infile Post fix --- mysql-test/t/mysqlbinlog.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql-test/t/mysqlbinlog.test b/mysql-test/t/mysqlbinlog.test index 7c9fbf031bb..783708cc3b2 100644 --- a/mysql-test/t/mysqlbinlog.test +++ b/mysql-test/t/mysqlbinlog.test @@ -1,6 +1,6 @@ # We are using .opt file since we need small binlog size # TODO: Need to look at making a row based version once the new row based client is completed. [jbm] --- source include/have_binlog_format_mixed_or_statement.inc +-- source include/have_binlog_format_statement.inc -- source include/have_log_bin.inc