mariadb/mysql-test/suite/binlog
sachin ada54101a7 MDEV-9266 Creating index on temporaray table breaks replication
Problem:- Create/drop index was logged into binlog.

Goal:- Operation on temporary table should not be binlog when binlog format
is row.

Solution:-
We should add CF_FORCE_ORIGINAL_BINLOG_FORMAT when there is ddl on temp
table.
For optimize, analyze, repair we wont change anything ,Then will
be logged in binlog , But they also dont throw any error if operation fails
Since slave wont be having any temp table , but these operation on tmp
table will be processed without breaking replication.

For rename we need a different logic MDEV-16728 will solve it.
2018-07-18 17:13:24 +05:30
..
include MDEV-9266 Creating index on temporaray table breaks replication 2018-07-18 17:13:24 +05:30
r MDEV-9266 Creating index on temporaray table breaks replication 2018-07-18 17:13:24 +05:30
std_data MDEV-5115 RBR from MySQL 5.6 to MariaDB 10.0 does not work 2013-12-09 12:37:45 +01:00
t MDEV-9266 Creating index on temporaray table breaks replication 2018-07-18 17:13:24 +05:30
combinations WL#4350 Options in my.cnf style config file should not start with -- 2008-09-05 15:31:09 +02:00
disabled.def mysql-5.5.31 merge 2013-05-07 13:05:09 +02:00