blob: a2337094f1a7c6b48195dc7753064282b9f135c7 (
plain)
1
2
3
4
5
6
7
8
|
-- source include/have_log_bin.inc
-- source include/have_innodb.inc
call mtr.add_suppression("Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT");
let $engine_type = InnoDB;
-- source include/commit.inc
|