Skip to content
Permalink
Browse files
Galera MTR Tests: do not run innodb.innodb_stats_del_mark and some ot…
…her tests with Galera, as it produces warnings

Signed-off-by: Sachin Setiya <sachinsetia1001@gmail.com>
  • Loading branch information
SachinSetiya committed Mar 14, 2017
1 parent 69b5bd7 commit ad7b00f
Showing 1 changed file with 5 additions and 0 deletions.
@@ -41,4 +41,9 @@ innodb-table-online : ALTER succeeds as it is given a higher priority
innodb-index-online-purge : ALTER succeeds as it is given a higher priority
innodb-wl5522-debug : Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT.
innodb_stats_table_flag_auto_recalc : Performs multiple restarts in a row which causes '1047: Unknown command' errors
innodb-lock-inherit-read_commited : Cannot execute statement: impossible to write to binary log since BINLOG_FORMAT = STATEMENT
innodb-index-debug : Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT
flush-hang : Unsafe statement written to the binary log
innodb_deadlock_with_autoinc : Test uses autoinc_lock_mode = 0
innodb_stats_del_mark : Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT.

0 comments on commit ad7b00f

Please sign in to comment.