mirror of
https://github.com/MariaDB/server.git
synced 2025-05-07 04:01:59 +03:00
12 lines
334 B
Plaintext
12 lines
334 B
Plaintext
# 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
|
|
|