diff options
author | unknown <msvensson@pilot.(none)> | 2007-06-07 19:20:49 +0200 |
---|---|---|
committer | unknown <msvensson@pilot.(none)> | 2007-06-07 19:20:49 +0200 |
commit | ff0f63050b7016734838805f2263f916fbffa67c (patch) | |
tree | a2a403970344be1ed9b1610ef677dd9af202bfba /mysql-test/include/have_binlog_format_mixed.inc | |
parent | c7258587c6deb58618b6d7757c7570c674cb3845 (diff) | |
download | mariadb-git-ff0f63050b7016734838805f2263f916fbffa67c.tar.gz |
Bug#28369 rpl test cases fail with binlog disabled
- Additional tests in 5.1 that need binlog
- Mark more test to need binlog
mysql-test/include/have_binlog_format_mixed.inc:
Need binlog
mysql-test/include/have_binlog_format_mixed_or_row.inc:
Need binlog
mysql-test/include/have_binlog_format_row.inc:
Need binlog
mysql-test/include/have_binlog_format_statement.inc:
Need binlog
mysql-test/r/date_formats.result:
Show only the variables affected by the testcase to avoid it fails
when running without binlog
mysql-test/t/date_formats.test:
Show only the variables affected by the testcase to avoid it fails
when running without binlog
mysql-test/t/ndb_binlog_basic2.test:
Need binlog
mysql-test/t/ps.test:
Need binlog
mysql-test/t/rpl_sf.test:
Nedd binlog
Diffstat (limited to 'mysql-test/include/have_binlog_format_mixed.inc')
-rw-r--r-- | mysql-test/include/have_binlog_format_mixed.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/include/have_binlog_format_mixed.inc b/mysql-test/include/have_binlog_format_mixed.inc index fc5ca61c5a0..fc1dc8324c6 100644 --- a/mysql-test/include/have_binlog_format_mixed.inc +++ b/mysql-test/include/have_binlog_format_mixed.inc @@ -1,3 +1,5 @@ +--source include/have_log_bin.inc + -- require r/have_binlog_format_mixed.require disable_query_log; show variables like "binlog_format"; |