Michael Widenius
10ae6e35d0
Fixed that the we don't change CREATE to CREATE OR REPLACE, except if the slave removed an existing table as part of CREATE.
...
This will help the following replicaition scenario:
MariaDB 10.0 master (statement replication) -> MariaDB 10.0 slave (row based replication) -> MySQL or MariaDB 5.x slave
mysql-test/r/mysqld--help.result:
Updated help text
mysql-test/suite/rpl/r/create_or_replace_mix.result:
Added more tests
mysql-test/suite/rpl/r/create_or_replace_row.result:
Added more tests
mysql-test/suite/rpl/r/create_or_replace_statement.result:
Added more tests
mysql-test/suite/rpl/t/create_or_replace.inc:
Added more tests
sql/handler.h:
Added org_options so that we can detect what come from the query and what was possible added later.
sql/sql_insert.cc:
Only write CREATE OR REPLACE if was originally specified or if we delete a conflicting table as part of create
sql/sql_parse.cc:
Remember orginal create options
sql/sql_table.cc:
Only write CREATE OR REPLACE if was originally specified or if we delete a conflicting table as part of create
sql/sys_vars.cc:
Updated help text
2014-03-28 09:31:24 +02:00
..
2013-10-29 15:08:44 +01:00
2013-07-03 09:46:20 +02:00
2014-02-01 09:33:26 +01:00
2013-09-25 19:42:12 +02:00
2014-02-01 00:54:03 +01:00
2013-04-17 15:17:01 +02:00
2014-02-06 16:27:05 +01:00
2014-01-27 12:11:04 +01:00
2013-09-18 17:25:10 +02:00
2014-03-14 18:52:16 +01:00
2013-08-13 13:35:36 +02:00
2013-12-10 13:34:59 +04:00
2014-03-16 21:03:01 +01:00
2013-09-20 22:30:19 +03:00
2014-03-26 09:41:16 +01:00
2014-02-25 16:04:35 +01:00
2014-01-29 15:37:17 +02:00
2013-08-13 13:35:36 +02:00
2013-11-04 08:43:56 +01:00
2013-09-20 22:30:19 +03:00
2013-09-23 20:27:37 +03:00
2014-03-19 15:15:57 +02:00
2014-03-23 18:39:10 +02:00
2014-03-10 14:08:12 +02:00
2014-01-29 15:37:17 +02:00
2013-12-17 17:28:48 +04:00
2014-03-26 22:25:38 +01:00
2013-10-28 12:17:46 +04:00
2013-12-09 12:37:45 +01:00
2013-10-25 15:01:03 +04:00
2014-03-26 09:43:02 +01:00
2014-03-26 22:25:38 +01:00
2013-07-04 17:08:15 +04:00
2013-12-17 17:28:48 +04:00
2013-12-17 17:28:48 +04:00
2013-12-17 17:28:48 +04:00
2013-12-17 17:28:48 +04:00
2013-12-17 17:28:48 +04:00
2014-03-26 22:25:38 +01:00
2013-10-28 12:17:46 +04:00
2013-12-11 16:37:53 +04:00
2013-11-12 16:48:57 +04:00
2013-11-12 16:48:57 +04:00
2013-10-28 12:17:46 +04:00
2013-12-17 17:28:48 +04:00
2013-12-17 17:28:48 +04:00
2013-12-20 12:42:33 +04:00
2013-05-17 10:16:56 +04:00
2014-03-26 22:25:38 +01:00
2013-12-17 17:28:48 +04:00
2013-11-09 00:20:07 +02:00
2014-03-26 22:25:38 +01:00
2013-12-17 17:28:48 +04:00
2013-12-17 17:28:48 +04:00
2013-12-17 17:28:48 +04:00
2013-12-20 12:42:33 +04:00
2014-02-26 15:28:07 +01:00
2013-12-20 12:42:33 +04:00
2014-02-26 15:28:07 +01:00
2014-02-26 15:28:07 +01:00
2013-12-20 12:42:33 +04:00
2014-02-26 15:28:07 +01:00
2014-01-28 12:25:29 +04:00
2013-09-25 19:41:53 +02:00
2013-09-25 19:41:53 +02:00
2013-06-18 19:21:00 +04:00
2014-03-26 22:25:38 +01:00
2014-01-26 16:41:15 +02:00
2014-02-25 16:04:35 +01:00
2013-08-28 22:16:13 +02:00
2014-03-20 00:44:35 +01:00
2014-03-13 10:38:41 +02:00
2013-05-21 09:42:10 +02:00
2014-02-26 15:28:07 +01:00
2013-10-29 15:08:44 +01:00
2013-08-13 13:35:36 +02:00
2013-07-17 18:51:12 +02:00
2013-12-18 11:08:21 +01:00
2013-10-16 13:38:42 +04:00
2013-11-21 16:29:46 +04:00
2013-09-20 22:30:19 +03:00
2014-03-16 19:21:37 +01:00
2013-07-24 14:43:57 +04:00
2013-07-21 16:39:19 +02:00
2014-02-02 10:00:36 +01:00
2014-02-02 10:06:29 +01:00
2013-07-05 16:02:02 +02:00
2013-07-03 20:02:48 +04:00
2014-03-25 11:09:12 +01:00
2013-07-05 10:52:31 +04:00
2013-11-21 15:19:25 -08:00
2014-02-11 16:58:49 +02:00
2013-12-17 13:23:05 +04:00
2014-03-20 09:50:45 +01:00
2014-03-26 22:25:38 +01:00
2013-10-08 18:25:17 +04:00
2014-03-20 23:26:50 +01:00
2013-07-12 16:24:20 +02:00
2013-09-21 10:14:42 +02:00
2013-08-20 14:48:29 +03:00
2014-03-16 21:03:01 +01:00
2013-11-03 16:31:52 +01:00
2013-09-21 10:14:42 +02:00
2014-03-23 14:22:44 +04:00
2013-10-23 20:25:52 +04:00
2013-04-19 15:59:39 +02:00
2013-11-21 14:25:28 +01:00
2014-02-22 22:51:20 +01:00
2013-07-21 16:39:19 +02:00
2014-02-26 15:28:07 +01:00
2013-10-29 15:08:44 +01:00
2013-09-20 13:12:53 +04:00
2013-11-03 16:31:52 +01:00
2013-10-18 11:38:13 -07:00
2013-10-18 11:38:13 -07:00
2013-10-16 13:38:42 +04:00
2013-11-03 16:31:52 +01:00
2013-11-04 08:43:56 +01:00
2014-01-26 21:49:11 +01:00
2014-01-26 21:49:19 +01:00
2014-02-03 15:22:39 +01:00
2013-07-05 14:00:17 +04:00
2013-09-27 07:29:36 +03:00
2013-12-12 19:18:49 +04:00
2013-11-11 22:21:39 -08:00
2013-09-18 11:17:16 +04:00
2014-02-25 01:18:13 +04:00
2014-02-25 01:18:13 +04:00
2014-02-26 15:28:07 +01:00
2014-03-07 15:21:07 +01:00
2013-06-13 20:18:40 +02:00
2014-03-12 12:34:47 +01:00
2014-03-05 23:20:10 +01:00
2013-05-23 17:05:31 +03:00
2014-03-05 23:20:10 +01:00
2014-02-03 15:22:39 +01:00
2013-09-20 14:47:38 +04:00
2013-09-20 22:30:19 +03:00
2014-01-26 21:48:42 +01:00
2013-11-23 00:50:54 +01:00
2013-05-04 13:05:24 +04:00
2013-05-04 00:56:50 +04:00
2013-09-21 10:14:42 +02:00
2014-03-16 21:03:01 +01:00
2014-03-16 21:03:01 +01:00
2014-02-27 13:54:05 -08:00
2014-03-20 23:27:08 +01:00
2013-04-15 15:09:22 +02:00
2013-09-16 18:14:46 +04:00
2013-10-18 11:45:25 +03:00
2013-08-20 14:48:29 +03:00
2014-03-26 19:56:23 +01:00
2013-08-13 13:35:36 +02:00
2013-08-13 13:35:36 +02:00
2013-10-29 15:08:44 +01:00
2013-07-21 19:24:20 +02:00
2014-03-20 23:26:41 +01:00
2014-03-23 15:43:57 +02:00
2013-07-15 13:43:15 +02:00
2014-03-23 15:43:57 +02:00
2014-03-23 15:43:57 +02:00
2014-01-31 12:06:28 +02:00
2013-07-08 16:49:42 +04:00
2013-12-16 13:02:21 +01:00
2014-01-31 12:06:28 +02:00
2013-09-20 22:30:19 +03:00
2013-07-05 20:45:42 +02:00
2013-09-20 22:30:19 +03:00
2014-01-31 12:06:28 +02:00
2013-10-15 10:36:39 +04:00
2013-09-20 22:30:19 +03:00
2014-02-01 00:54:03 +01:00
2013-07-21 16:39:19 +02:00
2013-09-20 22:30:19 +03:00
2014-03-26 09:32:54 +01:00
2013-08-07 10:57:45 +04:00
2013-06-10 21:45:30 +02:00
2014-01-26 21:47:31 +01:00
2013-09-13 12:44:51 +04:00
2013-10-29 15:08:44 +01:00
2014-02-03 15:22:39 +01:00
2013-08-08 13:33:15 +02:00
2013-09-25 19:41:41 +02:00
2013-11-04 21:47:54 +01:00
2014-03-28 09:31:24 +02:00
2013-05-24 22:21:08 +02:00
2014-03-16 21:03:01 +01:00
2013-09-25 21:07:06 +03:00
2013-11-08 20:59:08 +04:00
2013-08-14 12:50:17 +04:00
2014-03-26 09:42:52 +01:00
2014-03-21 14:05:44 +01:00
2013-07-16 10:56:42 +04:00
2013-10-13 13:43:29 -07:00
2014-03-07 21:05:28 +01:00
2013-09-06 12:38:11 +05:30
2014-02-01 00:54:03 +01:00
2013-07-01 17:54:24 +02:00
2013-07-17 21:24:29 +02:00
2013-07-21 16:39:19 +02:00
2013-07-17 21:24:29 +02:00
2014-02-06 16:27:55 +01:00
2014-03-21 14:05:44 +01:00
2014-03-26 09:41:28 +01:00
2014-01-29 15:37:17 +02:00
2013-11-27 22:30:59 +01:00
2013-07-21 16:39:19 +02:00
2014-03-26 22:25:38 +01:00
2013-07-08 18:35:44 -07:00
2013-09-18 13:07:31 +02:00
2013-07-03 20:10:51 +04:00
2014-03-11 16:45:08 +01:00
2013-07-08 16:49:42 +04:00
2013-09-27 16:58:49 +04:00
2013-07-08 12:55:11 -07:00
2014-03-23 17:00:29 +02:00
2014-03-26 22:25:38 +01:00
2014-01-22 15:29:36 +01:00
2013-10-18 11:38:13 -07:00
2013-11-19 13:16:25 +01:00
2014-03-26 22:32:10 +01:00
2013-10-28 07:46:17 +01:00
2014-02-01 00:54:03 +01:00
2013-11-11 09:31:09 +01:00
2014-01-28 11:12:43 +04:00
2014-03-02 15:02:13 +01:00
2013-08-13 13:35:36 +02:00
2014-01-27 12:10:53 +01:00
2013-07-03 20:02:48 +04:00
2013-07-21 16:39:19 +02:00
2013-09-13 14:43:10 +04:00
2013-09-13 14:43:10 +04:00
2013-09-13 14:43:10 +04:00
2013-09-13 14:43:10 +04:00
2013-07-03 10:22:19 +03:00
2014-01-29 15:37:17 +02:00
2013-11-12 15:02:25 +01:00
2014-02-26 15:28:07 +01:00
2013-10-17 19:01:57 +03:00
2014-01-27 12:10:53 +01:00
2014-03-07 13:00:20 +01:00
2014-02-25 01:18:13 +04:00
2014-02-25 01:18:13 +04:00
2014-03-07 13:00:20 +01:00
2013-07-03 20:02:48 +04:00
2013-07-21 16:39:19 +02:00
2014-01-20 19:09:01 +01:00
2014-02-03 15:22:39 +01:00
2013-07-05 10:44:06 +04:00
2013-07-05 10:40:45 +04:00
2014-02-26 15:28:07 +01:00
2014-03-19 20:33:12 +01:00
2014-03-07 13:21:16 +01:00
2014-03-07 13:21:16 +01:00
2014-03-07 13:21:16 +01:00
2014-03-28 00:32:53 +04:00
2014-03-28 00:32:53 +04:00
2014-03-28 00:32:53 +04:00
2013-06-06 19:27:17 +04:00
2013-08-14 12:50:17 +04:00
2013-09-23 20:27:37 +03:00
2014-02-03 15:22:39 +01:00
2013-11-10 17:51:06 +01:00
2013-07-03 20:48:41 +04:00
2013-07-11 21:40:30 +02:00
2013-07-12 10:17:52 +02:00
2013-10-18 11:38:13 -07:00
2013-07-05 17:54:25 +02:00
2013-10-18 11:38:13 -07:00
2013-12-09 12:37:45 +01:00
2013-07-05 17:21:14 +03:00
2013-07-05 17:21:14 +03:00
2014-02-03 15:22:39 +01:00
2013-07-05 17:21:14 +03:00
2013-07-05 17:21:14 +03:00
2013-07-03 20:48:41 +04:00
2013-07-12 10:17:52 +02:00
2013-07-03 20:02:48 +04:00
2014-03-20 23:26:41 +01:00
2013-07-03 20:02:48 +04:00
2013-11-04 08:43:56 +01:00
2013-08-13 13:35:36 +02:00
2014-02-26 15:28:07 +01:00
2014-03-11 17:37:46 +02:00
2014-03-28 00:32:53 +04:00
2014-03-28 00:32:53 +04:00
2014-03-28 00:32:53 +04:00
2014-03-28 00:32:53 +04:00
2014-03-28 00:32:53 +04:00
2014-03-28 00:32:53 +04:00
2014-03-28 00:32:53 +04:00
2014-03-28 00:32:53 +04:00
2013-06-06 21:32:29 +02:00
2013-07-17 21:24:29 +02:00
2013-07-21 19:24:20 +02:00
2014-02-26 15:28:07 +01:00
2013-06-27 16:41:12 +04:00
2013-06-27 16:41:12 +04:00
2014-03-26 22:25:38 +01:00
2013-09-21 10:14:42 +02:00
2013-11-13 13:38:37 +01:00
2014-02-26 15:28:07 +01:00
2014-02-22 22:51:20 +01:00
2013-07-21 16:39:19 +02:00
2014-03-26 22:25:38 +01:00
2014-02-26 15:28:07 +01:00
2014-02-26 15:28:07 +01:00
2014-02-26 15:28:07 +01:00
2014-02-26 15:28:07 +01:00
2014-02-10 17:00:51 -08:00
2014-02-10 17:00:51 -08:00
2014-02-10 17:00:51 -08:00
2014-02-25 16:04:35 +01:00
2014-03-26 22:25:38 +01:00
2014-02-25 16:04:35 +01:00
2014-02-26 15:28:07 +01:00
2013-11-13 22:58:10 +01:00
2013-11-13 22:58:10 +01:00
2013-11-13 22:58:10 +01:00
2013-11-13 22:58:10 +01:00
2013-11-04 08:43:56 +01:00
2013-12-15 15:57:26 +01:00
2013-09-20 13:12:53 +04:00
2014-03-07 00:21:25 +04:00
2014-03-07 00:21:25 +04:00
2013-09-13 14:43:10 +04:00
2013-09-13 14:43:10 +04:00
2013-10-29 15:08:44 +01:00
2014-03-20 00:44:35 +01:00
2013-07-11 21:56:58 +02:00
2013-07-03 19:42:05 +04:00
2014-01-27 13:15:40 +04:00
2014-03-07 00:21:25 +04:00
2014-02-26 15:28:07 +01:00
2014-03-14 09:31:16 +02:00
2013-07-03 20:02:48 +04:00
2013-09-20 22:30:19 +03:00
2013-07-10 11:49:17 +04:00
2014-03-07 00:21:25 +04:00
2014-03-07 00:21:25 +04:00
2014-03-07 00:21:25 +04:00
2014-02-13 16:41:08 +04:00
2014-02-14 14:09:29 +01:00
2013-12-13 13:00:38 +01:00
2014-03-16 14:33:37 +01:00
2013-11-04 21:47:54 +01:00
2013-06-06 21:32:29 +02:00
2014-03-16 13:59:44 +01:00
2013-11-11 16:17:32 +01:00
2013-05-08 13:36:17 +04:00
2013-12-27 13:00:14 +02:00
2014-03-24 08:18:01 +02:00
2014-03-26 22:25:38 +01:00
2013-07-03 20:02:48 +04:00
2013-05-05 05:27:02 +04:00
2014-03-23 15:15:07 +04:00