10 lines
290 B
Plaintext
10 lines
290 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
|