summaryrefslogtreecommitdiff
path: root/mysql-test/suite/perfschema/t/binlog_stmt.test
blob: 463bba0ec229d35df781b8417446088f1fe65a67 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Tests for PERFORMANCE_SCHEMA

--source include/have_log_bin.inc
--source include/not_embedded.inc
--source include/have_perfschema.inc

set binlog_format=statement;
call mtr.add_suppression("Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT");

--source ../include/binlog_common.inc