Loading mysql-test/r/binlog_format_basic.result +3 −0 Original line number Diff line number Diff line SELECT @@GLOBAL.binlog_format; @@GLOBAL.binlog_format STATEMENT '#---------------------BS_STVARS_002_01----------------------#' SELECT COUNT(@@GLOBAL.binlog_format); COUNT(@@GLOBAL.binlog_format) Loading mysql-test/t/binlog_format_basic.test +7 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,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 # Loading Loading
mysql-test/r/binlog_format_basic.result +3 −0 Original line number Diff line number Diff line SELECT @@GLOBAL.binlog_format; @@GLOBAL.binlog_format STATEMENT '#---------------------BS_STVARS_002_01----------------------#' SELECT COUNT(@@GLOBAL.binlog_format); COUNT(@@GLOBAL.binlog_format) Loading
mysql-test/t/binlog_format_basic.test +7 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,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 # Loading