summaryrefslogtreecommitdiff
path: root/mysql-test/t/binlog_format_basic.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/t/binlog_format_basic.test')
-rw-r--r--mysql-test/t/binlog_format_basic.test7
1 files changed, 7 insertions, 0 deletions
diff --git a/mysql-test/t/binlog_format_basic.test b/mysql-test/t/binlog_format_basic.test
index d7a4fb190ab..cd2b772fcb1 100644
--- a/mysql-test/t/binlog_format_basic.test
+++ b/mysql-test/t/binlog_format_basic.test
@@ -20,6 +20,13 @@
# #
###############################################################################
+###################################################################
+# BUG#39812: Make statement replication default for 5.1 (to match 5.0)
+# We just verify that the default binlog_format is STATEMENT in 5.1.
+# In 6.0, it should be MIXED.
+###################################################################
+SELECT @@GLOBAL.binlog_format;
+
--echo '#---------------------BS_STVARS_002_01----------------------#'
####################################################################
# Displaying default value #