用于EagleEye3.0 规则集漏报和误报测试的示例项目,项目收集于github和gitee
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
-- 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
|
|
|