diff options
author | <Dao-Gang.Qu@sun.com> | 2010-08-03 18:27:45 +0800 |
---|---|---|
committer | <Dao-Gang.Qu@sun.com> | 2010-08-03 18:27:45 +0800 |
commit | 029bc22b671dfb850c98ae50cd50864a7f70ae41 (patch) | |
tree | 4a8b27e98b2ce377c1282c30e2b6f4ffa318747d /mysql-test/t/mysqlbinlog.test | |
parent | aa1572f46df7e3406acc6fdade4700d5fff67355 (diff) | |
download | mariadb-git-029bc22b671dfb850c98ae50cd50864a7f70ae41.tar.gz |
Bug #34283 mysqlbinlog leaves tmpfile after termination if binlog contains load data infile
Post fix
Diffstat (limited to 'mysql-test/t/mysqlbinlog.test')
-rw-r--r-- | mysql-test/t/mysqlbinlog.test | 2 |
1 files changed, 1 insertions, 1 deletions
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 |