diff options
Diffstat (limited to 'mysql-test/t/create_select_tmp.test')
-rw-r--r-- | mysql-test/t/create_select_tmp.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/t/create_select_tmp.test b/mysql-test/t/create_select_tmp.test index c527548e282..ba9898b7752 100644 --- a/mysql-test/t/create_select_tmp.test +++ b/mysql-test/t/create_select_tmp.test @@ -5,6 +5,9 @@ # binlog if it was a transactional table, it resulted in an # inconsistency between binlog and the internal list of temp tables. +# This does not work for RBR yet. +--source include/have_binlog_format_mixed_or_statement.inc + -- source include/have_innodb.inc --disable_warnings drop table if exists t1, t2; |