12 lines
350 B
Plaintext
12 lines
350 B
Plaintext
-- source include/force_binlog_format_statement.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
|
|
|
|
--source include/restore_default_binlog_format.inc
|
|
|
|
--source suite/xengine/include/check_xengine_log_error.inc
|