diff options
author | <Dao-Gang.Qu@sun.com> | 2010-08-03 18:36:09 +0800 |
---|---|---|
committer | <Dao-Gang.Qu@sun.com> | 2010-08-03 18:36:09 +0800 |
commit | 1292851b0d150c6729a6174e4a12a3aba6401f32 (patch) | |
tree | fbf9998ac79b092f1a0fd88858e13d7362091e76 /mysql-test/t/mysqlbinlog.test | |
parent | 136c5212b1a0bcab4414b577ad9f4df1de75c302 (diff) | |
parent | 029bc22b671dfb850c98ae50cd50864a7f70ae41 (diff) | |
download | mariadb-git-1292851b0d150c6729a6174e4a12a3aba6401f32.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 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 |