10 lines
372 B
Text
10 lines
372 B
Text
--source include/not_hypergraph.inc # Does not use ha_delete_all_rows().
|
|
-- source include/rpl/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/rpl/restore_default_binlog_format.inc
|