• Alfranio Correia's avatar
    BUG#51894 Replication failure with SBR on DROP TEMPORARY TABLE inside a · dbf7c215
    Alfranio Correia authored
              transaction
    BUG#52616 Temp table prevents switch binlog format from STATEMENT to ROW
    
    Post-merge fixes.
    
    
    mysql-test/include/commit.inc:
      Changed the test case as drop temporary is now written to the binary log in row mode.
    mysql-test/r/commit_1innodb.result:
      Changed the test case as drop temporary is now written to the binary log in row mode.
    mysql-test/r/ctype_cp932_binlog_stm.result:
      Disabled warning messages because the test runs in both statement and mixed modes.
    mysql-test/t/ctype_cp932_binlog_stm.test:
      Disabled warning messages because the test runs in both statement and mixed modes.
    mysql-test/t/mysqlbinlog.test:
      Removed the --short-form due to BUG#18337 what was suppressing the
      select * from t5 /* must be (1),(1) */ in row format.
    dbf7c215
mysqlbinlog.test 16.1 KB