diff options
author | sachin <sachin.setiya@mariadb.com> | 2018-05-30 16:25:44 +0530 |
---|---|---|
committer | sachin <sachin.setiya@mariadb.com> | 2018-07-18 17:13:24 +0530 |
commit | ada54101a7185782657813c553907f61f2a35faf (patch) | |
tree | 89aa3beabdf92dcc6c8b748c1f934a2d8870f1b5 /include/handler_ername.h | |
parent | e5c26fdfab3d43ad2b0524a3bf29f59f6fab37d8 (diff) | |
download | mariadb-git-ada54101a7185782657813c553907f61f2a35faf.tar.gz |
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.
Diffstat (limited to 'include/handler_ername.h')
0 files changed, 0 insertions, 0 deletions