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
..
2013-09-23 18:58:33 +04:00
2011-04-25 23:49:56 +04:00
2011-04-14 00:18:08 +04:00
2015-01-19 14:32:28 +01:00
2013-04-17 15:17:01 +02:00
2015-04-29 11:29:25 +02:00
2015-02-18 15:16:27 +01:00
2013-04-17 15:17:01 +02:00
2016-05-04 14:06:45 +05:30
2013-04-17 15:17:01 +02:00
2012-04-18 10:12:19 +01:00
2013-12-09 12:37:45 +01:00
2016-12-09 16:33:48 +01:00
2013-12-16 13:02:21 +01:00
2013-12-09 12:37:45 +01:00
2013-03-26 10:35:34 +01:00
2013-04-17 15:17:01 +02:00
2013-04-17 15:17:01 +02:00
2017-01-30 18:35:26 -05:00
2010-12-07 16:55:25 +00:00
2013-12-09 12:37:45 +01:00
2010-11-05 17:42:37 +00:00
2013-12-09 12:37:45 +01:00
2010-06-30 16:25:13 +01:00
2013-04-15 10:55:27 +02:00
2012-10-30 10:40:07 +05:30
2015-10-09 17:12:26 +02:00
2015-10-09 17:12:26 +02:00
2013-04-15 10:55:27 +02:00
2015-10-09 17:12:26 +02:00
2012-10-30 10:40:07 +05:30
2013-12-09 12:37:45 +01:00
2010-12-19 18:07:28 +01:00
2011-05-26 12:50:43 +02:00
2013-12-09 12:37:45 +01:00
2016-04-26 23:05:26 +02:00
2010-11-05 17:42:37 +00:00
2014-05-09 12:35:11 +02:00
2013-12-09 12:37:45 +01:00
2013-12-09 12:37:45 +01:00
2013-12-16 13:02:21 +01:00
2013-12-09 12:37:45 +01:00
2015-08-03 23:09:43 +03:00
2013-04-15 10:55:27 +02:00
2012-09-22 17:50:51 +05:30
2013-04-17 15:17:01 +02:00
2010-12-19 18:07:28 +01:00
2013-01-18 12:32:37 +05:30
2012-02-29 12:23:15 +05:30
2013-04-17 15:17:01 +02:00
2013-12-09 12:37:45 +01:00
2013-04-17 15:17:01 +02:00
2010-11-05 17:42:37 +00:00
2014-05-09 12:35:11 +02:00
2013-06-06 21:32:29 +02:00
2013-04-17 15:17:01 +02:00
2013-04-17 15:17:01 +02:00
2013-12-16 13:02:21 +01:00
2013-04-17 15:17:01 +02:00
2015-08-03 23:09:43 +03:00
2013-04-17 15:17:01 +02:00
2013-12-09 12:37:45 +01:00
2014-09-18 15:24:30 +02:00
2013-04-17 15:17:01 +02:00
2014-09-24 09:44:48 +08:00
2018-07-18 17:13:24 +05:30
2010-04-27 12:25:55 +01:00
2010-05-25 17:01:38 -03:00
2014-06-06 00:07:27 +02:00
2013-12-09 12:37:45 +01:00
2017-07-15 19:45:37 +03:00
2011-12-15 22:07:58 +01:00
2013-12-09 12:37:45 +01:00
2014-11-19 17:23:39 +01:00
2015-04-27 15:42:12 +02:00