diff options
Diffstat (limited to 'mysql-test/suite/s3/replication_stmt.test')
-rw-r--r-- | mysql-test/suite/s3/replication_stmt.test | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mysql-test/suite/s3/replication_stmt.test b/mysql-test/suite/s3/replication_stmt.test new file mode 100644 index 00000000..aba5d155 --- /dev/null +++ b/mysql-test/suite/s3/replication_stmt.test @@ -0,0 +1,11 @@ +--source include/have_binlog_format_statement.inc +--source include/master-slave.inc + +set binlog_format=statement; +RESET MASTER; +connection slave; +set binlog_format=statement; +RESET MASTER; +connection master; + +--source replication.inc |