diff options
author | forkfun <alice.sherepa@gmail.com> | 2021-12-09 16:29:22 +0100 |
---|---|---|
committer | forkfun <alice.sherepa@gmail.com> | 2021-12-09 16:29:22 +0100 |
commit | eafa2a1411d373fc21e82cc49cc1e6d7a33c127a (patch) | |
tree | a1c6d65a8663de3e6221e8a6554c222f17e47a4e /mysql-test/t | |
parent | f974062c519e95a00dbd5a1711e2bb95490eb4dc (diff) | |
download | mariadb-git-eafa2a1411d373fc21e82cc49cc1e6d7a33c127a.tar.gz |
enable partition_open_files_limit testbb-10.2-alice
Diffstat (limited to 'mysql-test/t')
-rw-r--r-- | mysql-test/t/compound.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/compound.test b/mysql-test/t/compound.test index 7583bc1cca9..046a9b9767e 100644 --- a/mysql-test/t/compound.test +++ b/mysql-test/t/compound.test @@ -1,7 +1,7 @@ # # MDEV-5317 Compound statement / anonymous blocks # -source include/have_log_bin.inc; +source include/have_binlog_format_mixed_or_statement.inc; delimiter |; CREATE TABLE t1 (a INT PRIMARY KEY)| |