diff options
author | unknown <Dao-Gang.Qu@sun.com> | 2010-08-03 18:36:09 +0800 |
---|---|---|
committer | unknown <Dao-Gang.Qu@sun.com> | 2010-08-03 18:36:09 +0800 |
commit | 0f935030c6070808c8d3a51c706afb3b735f0c30 (patch) | |
tree | fbf9998ac79b092f1a0fd88858e13d7362091e76 /mysql-test/t/mysqlbinlog.test | |
parent | 3ac026543617cbebf76dca73d1d325eebb6687d3 (diff) | |
parent | 60ab046abc82f75a174bf2ed19ef631a1a2e059a (diff) | |
download | mariadb-git-0f935030c6070808c8d3a51c706afb3b735f0c30.tar.gz |
Bug #34283 mysqlbinlog leaves tmpfile after termination if binlog contains load data infile
Post fix
mysql-test/t/mysqlbinlog.test:
Updated for Bug#34283
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 e375cb7299f..3a9dae35476 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 |