diff options
Diffstat (limited to 'mysql-test/suite/perfschema/t/rpl_statements.test')
-rw-r--r-- | mysql-test/suite/perfschema/t/rpl_statements.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/suite/perfschema/t/rpl_statements.test b/mysql-test/suite/perfschema/t/rpl_statements.test index fa429cd2aa3..479805edccc 100644 --- a/mysql-test/suite/perfschema/t/rpl_statements.test +++ b/mysql-test/suite/perfschema/t/rpl_statements.test @@ -64,7 +64,7 @@ connection master; --echo *** Create test tables --echo -show variables like '%binlog_format%'; +show variables like 'binlog_format%'; --disable_warnings drop table if exists test.marker; @@ -129,7 +129,7 @@ connection master; --echo *** MASTER *** --echo ************** --echo -show variables like '%binlog_format%'; +show variables like 'binlog_format%'; --echo *** Clear statement events --source ../include/rpl_statements_truncate.inc |