diff options
Diffstat (limited to 'mysql-test/suite/binlog/t/binlog_tmp_table.test')
-rw-r--r-- | mysql-test/suite/binlog/t/binlog_tmp_table.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/binlog/t/binlog_tmp_table.test b/mysql-test/suite/binlog/t/binlog_tmp_table.test index d4ca7226a64..45428530681 100644 --- a/mysql-test/suite/binlog/t/binlog_tmp_table.test +++ b/mysql-test/suite/binlog/t/binlog_tmp_table.test @@ -31,7 +31,7 @@ source include/have_binlog_format_mixed_or_statement.inc; RESET MASTER; --disable_query_log -CALL mtr.add_suppression("Unsafe statement binlogged in statement format since BINLOG_FORMAT = STATEMENT"); +CALL mtr.add_suppression("Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT"); --enable_query_log connect (master,127.0.0.1,root,,test,$MASTER_MYPORT,); |