1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

don't even try to run xtradb-only tests with innodb, use have_xtradb.combinations.

This commit is contained in:
Sergei Golubchik
2012-02-23 09:18:48 +01:00
parent a19a4618e3
commit 3cda92aece
14 changed files with 34 additions and 138 deletions

View File

@@ -52,8 +52,8 @@
# safely in statement mode are replicated correctly in mixed or row
# mode.
source include/master-slave.inc;
source include/have_binlog_format_mixed_or_statement.inc;
source include/master-slave.inc;
call mtr.add_suppression("Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT");