Aleksey Midenkov
9286c9e647
MDEV-28254 Wrong position for row_start, row_end after adding column to implicit versioned table
...
Implicit system-versioned table does not contain system fields in SHOW
CREATE. Therefore after mysqldump recovery such table has system
fields in the last place in frm image. The original table meanwhile
does not guarantee these system fields on last place because adding
new fields via ALTER TABLE places them last. Thus the order of fields
may be different between master and slave, so row-based replication
may fail.
To fix this on ALTER TABLE we now place system-invisible fields always
last in frm image. If the table was created via old revision and has
an incorrect order of fields it can be fixed via any copy operation of
ALTER TABLE, f.ex.:
ALTER TABLE t1 FORCE;
To check the order of fields in frm file one can use hexdump:
hexdump -C t1.frm
Note, the replication fails only when all 3 conditions are met:
1. row-based or mixed mode replication;
2. table has new fields added via ALTER TABLE;
3. table was rebuilt on some, but not all nodes via mysqldump image.
Otherwise it will operate properly even with incorrect order of
fields.
2022-04-22 15:49:37 +03:00
..
2017-02-10 06:30:42 -05:00
2019-09-01 19:17:35 +03:00
2017-01-23 14:13:53 +11:00
2018-02-07 17:25:46 +02:00
2018-06-14 13:13:23 +04:00
2011-11-24 17:15:58 +00:00
2018-03-29 13:59:44 +03:00
2018-03-29 13:59:44 +03:00
2020-01-15 18:06:24 +01:00
2020-07-22 11:34:50 +05:30
2016-12-29 13:23:18 +01:00
2016-03-31 10:11:16 +04:00
2014-09-12 12:57:27 +04:00
2014-09-12 12:57:27 +04:00
2018-03-29 13:59:44 +03:00
2018-03-29 13:59:44 +03:00
2018-03-29 13:59:44 +03:00
2012-02-23 07:50:11 +01:00
2015-11-27 02:06:58 +02:00
2018-03-29 13:59:44 +03:00
2018-03-29 13:59:44 +03:00
2019-04-04 19:41:12 +03:00
2017-08-24 01:05:51 +02:00
2017-10-03 12:00:03 +04:00
2019-06-18 07:48:08 +04:00
2019-06-18 07:48:08 +04:00
2021-05-17 16:38:58 +05:30
2019-09-01 19:17:35 +03:00
2016-03-31 10:11:16 +04:00
2016-04-07 19:31:10 +03:00
2013-10-28 12:17:46 +04:00
2017-02-10 06:30:42 -05:00
2013-12-13 17:18:10 +04:00
2014-09-23 15:58:54 +04:00
2013-11-07 16:46:24 +05:30
2014-04-25 17:10:25 +04:00
2013-10-25 20:13:54 +04:00
2013-03-28 17:19:09 +04:00
2015-09-04 10:33:56 +02:00
2014-11-28 18:11:58 +04:00
2015-08-28 17:03:09 +04:00
2019-04-28 11:05:50 +04:00
2017-12-08 13:19:19 +04:00
2018-07-19 09:55:51 +04:00
2013-12-20 12:42:33 +04:00
2017-02-10 06:30:42 -05:00
2016-09-06 12:50:02 +04:00
2016-03-31 11:04:48 +04:00
2016-09-06 12:50:02 +04:00
2013-12-02 14:39:08 +04:00
2012-02-29 21:55:04 +01:00
2013-11-08 14:18:16 +04:00
2013-03-28 17:19:09 +04:00
2016-05-30 16:56:29 +04:00
2016-06-21 21:36:23 +04:00
2017-02-10 06:30:42 -05:00
2013-11-12 16:48:57 +04:00
2013-10-25 20:13:54 +04:00
2019-09-23 14:11:48 +05:30
2020-12-23 19:28:02 +01:00
2011-07-19 10:27:15 -04:00
2011-07-19 10:27:15 -04:00
2011-12-31 02:25:57 -08:00
2011-10-19 21:45:18 +02:00
2016-10-05 01:11:07 +03:00
2016-03-31 10:11:16 +04:00
2019-09-01 19:17:35 +03:00
2017-04-27 19:12:44 +02:00
2019-09-01 19:17:35 +03:00
2019-09-01 19:17:35 +03:00
2019-09-03 13:17:32 +03:00
2019-09-03 13:17:32 +03:00
2017-04-06 15:41:54 +05:30
2011-10-19 21:45:18 +02:00
2017-10-14 17:28:54 +04:00
2015-09-07 17:43:53 +04:00
2016-09-02 13:22:28 +03:00
2015-09-04 10:33:56 +02:00
2013-10-09 17:20:42 +04:00
2017-12-03 15:21:53 +02:00
2019-07-15 10:17:07 +03:00
2017-02-10 06:30:42 -05:00
2016-09-22 07:00:10 +04:00
2013-04-19 15:59:39 +02:00
2017-02-10 06:30:42 -05:00
2016-02-22 12:58:02 -05:00
2017-08-11 12:27:55 +03:00
2016-05-01 19:10:13 +03:00
2014-11-22 14:33:51 -05:00
2014-11-22 14:33:51 -05:00
2020-10-24 14:57:57 +03:00
2014-11-22 14:33:51 -05:00
2019-02-12 09:38:13 +02:00
2016-02-22 12:58:02 -05:00
2016-02-22 12:58:02 -05:00
2019-02-12 09:38:13 +02:00
2018-04-23 12:00:49 +02:00
2016-02-22 13:00:27 -05:00
2017-03-05 15:18:26 +02:00
2017-03-05 15:18:26 +02:00
2017-03-05 15:18:26 +02:00
2017-03-05 15:18:26 +02:00
2017-03-05 15:18:26 +02:00
2013-02-15 00:40:32 +05:30
2014-07-01 00:30:24 +05:00
2017-03-14 11:52:00 +01:00
2011-11-30 18:44:51 +02:00
2019-09-01 19:17:35 +03:00
2022-04-22 15:49:37 +03:00
2018-10-16 13:02:50 +05:30
2018-10-16 13:02:50 +05:30
2012-12-15 18:24:11 +01:00
2018-11-20 01:50:59 +02:00
2014-10-11 10:23:20 +02:00
2011-07-16 09:59:04 +02:00
2011-07-16 09:59:04 +02:00
2011-07-16 09:59:04 +02:00
2011-07-16 09:59:04 +02:00
2011-07-16 09:59:04 +02:00
2011-07-16 09:59:04 +02:00
2012-12-15 18:24:11 +01:00
2018-03-29 13:59:44 +03:00
2018-03-29 13:59:44 +03:00
2018-03-29 13:59:44 +03:00
2018-03-29 13:59:44 +03:00
2018-03-29 13:59:44 +03:00
2016-04-24 18:15:20 +02:00
2018-03-29 13:59:44 +03:00
2013-08-20 10:42:38 +02:00
2013-04-04 11:37:13 +02:00
2017-11-09 20:51:11 +01:00
2016-04-24 18:15:20 +02:00
2017-11-09 20:51:11 +01:00
2019-07-17 12:54:12 +02:00
2019-07-17 12:54:12 +02:00
2018-03-29 13:59:44 +03:00
2018-03-29 13:59:44 +03:00
2019-09-01 19:17:35 +03:00
2016-09-02 13:22:28 +03:00
2016-09-02 13:22:28 +03:00
2016-09-10 16:04:44 +02:00
2016-09-02 13:22:28 +03:00
2016-09-02 13:22:28 +03:00
2017-04-26 23:03:28 +03:00
2018-02-24 00:50:55 +01:00
2017-11-30 08:16:37 +02:00
2018-03-29 13:59:44 +03:00
2018-03-29 13:59:44 +03:00
2018-03-29 13:59:44 +03:00
2018-03-29 13:59:44 +03:00
2018-03-29 13:59:44 +03:00
2018-03-29 13:59:44 +03:00
2018-03-29 13:59:44 +03:00
2019-07-17 12:54:12 +02:00
2015-11-09 09:28:00 -05:00
2015-11-09 09:28:00 -05:00
2018-03-29 13:59:44 +03:00
2014-02-05 21:36:16 +02:00
2014-02-05 21:36:16 +02:00
2018-03-29 13:59:44 +03:00
2014-10-10 22:27:42 +02:00
2016-09-20 09:51:22 +10:00
2019-03-01 12:41:05 -05:00
2018-03-29 13:59:44 +03:00
2018-03-29 13:59:44 +03:00
2013-08-15 10:47:18 +02:00
2013-08-15 10:47:18 +02:00
2019-05-11 21:29:06 +03:00
2018-03-29 13:59:44 +03:00
2012-01-13 15:50:02 +01:00
2017-12-16 15:34:48 +00:00
2018-03-29 13:59:44 +03:00
2018-03-29 13:59:44 +03:00
2018-03-29 13:59:44 +03:00
2018-03-29 13:59:44 +03:00
2018-03-29 13:59:44 +03:00
2018-03-29 13:59:44 +03:00
2018-03-29 13:59:44 +03:00
2018-03-29 13:59:44 +03:00
2015-06-02 18:53:37 +02:00
2015-06-02 18:53:37 +02:00
2012-01-20 13:35:48 +02:00
2012-10-01 13:15:29 +02:00
2012-10-01 13:15:29 +02:00
2012-12-05 00:31:05 -08:00
2012-06-02 17:19:01 -07:00
2020-10-27 09:24:15 +01:00
2018-03-29 13:59:44 +03:00
2018-03-29 13:59:44 +03:00
2012-01-20 13:35:48 +02:00
2014-03-13 20:12:50 +01:00
2018-03-29 13:59:44 +03:00
2018-03-29 13:59:44 +03:00
2018-03-29 13:59:44 +03:00
2018-03-29 13:59:44 +03:00
2018-03-29 13:59:44 +03:00
2018-03-29 13:59:44 +03:00
2022-02-16 13:06:23 +07:00
2018-03-29 13:59:44 +03:00
2018-03-29 13:59:44 +03:00
2017-06-29 18:31:42 +05:30
2014-09-09 19:19:12 -04:00
2017-06-29 23:03:30 +05:30
2019-07-17 12:54:12 +02:00
2020-10-16 09:44:03 +11:00
2017-02-10 06:30:42 -05:00
2021-12-23 19:12:58 -08:00
2019-10-11 12:29:12 +03:00
2019-10-11 12:29:12 +03:00
2019-10-11 12:29:12 +03:00
2019-10-11 12:29:12 +03:00
2017-09-16 21:15:38 +03:00
2017-09-16 21:15:38 +03:00
2018-12-17 07:05:27 +02:00
2018-11-21 09:05:47 +02:00
2017-06-06 09:34:09 +03:00
2017-06-06 09:34:09 +03:00
2017-06-06 10:59:54 +03:00
2017-06-02 01:46:25 +03:00
2020-09-01 15:52:36 +03:00
2020-09-01 15:52:36 +03:00
2012-02-07 16:22:36 +01:00
2018-03-07 17:49:42 +02:00
2018-03-07 17:49:42 +02:00
2017-08-28 09:49:30 +03:00
2017-08-28 09:49:30 +03:00
2020-03-23 10:57:21 +01:00
2011-07-15 09:09:33 +02:00
2022-01-28 16:31:53 +02:00
2022-01-28 16:31:53 +02:00
2013-06-05 14:32:47 +02:00
2017-01-26 13:58:58 +02:00
2012-01-24 11:08:57 -05:00
2013-12-22 17:06:50 +01:00
2017-02-10 06:30:42 -05:00
2019-03-25 07:43:07 +04:00
2018-03-29 13:59:44 +03:00
2018-03-29 13:59:44 +03:00
2018-03-29 13:59:44 +03:00
2015-02-10 10:21:17 +01:00
2015-11-09 09:28:00 -05:00
2018-10-30 13:29:19 +02:00
2018-10-30 13:29:19 +02:00
2017-02-10 06:30:42 -05:00
2019-03-27 12:26:11 +02:00
2020-10-22 08:26:28 +03:00
2019-05-14 17:18:46 +03:00
2014-08-06 13:31:55 +02:00
2011-07-15 09:09:33 +02:00
2012-07-03 18:00:21 +05:30
2017-04-06 15:41:54 +05:30
2015-06-16 23:55:56 +02:00
2021-07-02 14:46:10 +10:00
2012-03-28 01:04:46 +02:00
2012-02-23 07:52:27 +01:00
2017-11-09 20:51:11 +01:00
2015-02-10 10:21:17 +01:00
2012-12-18 11:56:00 +01:00
2018-03-29 13:59:44 +03:00
2018-03-29 13:59:44 +03:00
2018-03-29 13:59:44 +03:00
2018-03-29 13:59:44 +03:00
2022-01-27 10:36:39 +11:00
2017-11-09 20:51:11 +01:00
2018-03-29 13:59:44 +03:00
2018-03-29 13:59:44 +03:00
2020-02-25 00:50:23 -08:00
2021-07-02 14:46:05 +10:00
2012-02-23 09:24:11 +01:00
2013-01-31 09:48:19 +01:00
2017-02-10 06:30:42 -05:00
2015-09-22 14:01:54 +04:00
2017-02-10 06:30:42 -05:00
2015-11-09 09:28:00 -05:00
2015-09-04 10:33:56 +02:00
2016-03-31 10:11:16 +04:00
2016-03-31 10:11:16 +04:00
2016-10-14 23:15:58 +02:00
2017-05-09 18:53:10 +02:00
2016-12-05 20:19:01 +02:00
2020-08-21 14:48:53 +03:00
2019-09-01 19:17:35 +03:00
2016-10-14 23:15:59 +02:00
2016-03-31 10:11:16 +04:00
2016-03-31 10:11:16 +04:00
2013-02-22 10:23:17 +01:00
2012-02-06 21:36:56 +01:00
2014-10-11 18:53:06 +02:00
2016-03-31 10:11:16 +04:00
2016-03-31 10:11:16 +04:00
2016-03-31 10:11:16 +04:00
2016-03-31 10:11:16 +04:00
2014-10-11 18:53:06 +02:00
2018-03-29 13:59:44 +03:00
2015-06-30 14:30:38 +03:00
2012-10-08 23:35:15 +05:30
2016-03-31 10:11:16 +04:00
2020-08-21 14:48:53 +03:00
2016-03-31 10:11:16 +04:00
2016-03-31 10:11:16 +04:00
2014-02-07 20:24:39 +01:00
2020-08-21 14:48:53 +03:00
2019-05-11 21:29:06 +03:00
2019-05-11 21:29:06 +03:00
2019-05-11 21:29:06 +03:00
2012-09-28 21:22:24 +03:00
2015-03-12 09:47:36 +01:00
2016-10-19 20:20:47 +02:00
2017-12-03 15:21:53 +02:00
2018-03-29 13:59:44 +03:00
2017-12-03 15:21:53 +02:00
2017-11-15 22:26:32 +02:00
2015-09-04 10:33:53 +02:00
2012-02-28 14:02:27 +05:30
2015-03-09 15:42:26 +02:00
2020-08-21 14:48:53 +03:00
2018-04-03 08:10:21 +03:00
2014-05-05 22:22:15 +05:30
2012-09-18 15:14:19 +03:00
2013-03-14 16:52:20 +04:00
2017-01-06 00:09:50 +02:00
2015-11-19 17:04:19 +01:00
2017-01-06 00:09:50 +02:00
2016-10-14 23:15:58 +02:00
2012-12-05 00:31:05 -08:00
2018-03-29 13:59:44 +03:00
2017-12-27 23:17:28 +01:00
2017-02-10 06:30:42 -05:00
2015-06-26 10:16:51 +04:00
2017-10-03 20:23:34 +02:00
2017-05-17 00:00:27 +03:00
2019-07-15 10:17:07 +03:00
2018-03-12 11:44:49 +01:00
2012-12-17 12:49:11 +01:00
2020-04-10 19:35:53 +04:00
2013-03-29 11:49:54 +01:00
2016-09-15 15:31:28 +02:00
2019-08-12 15:41:14 +03:00
2017-07-19 16:42:01 +05:30
2016-12-05 20:19:01 +02:00
2013-06-06 15:51:36 +03:00
2018-06-11 20:24:41 +03:00
2014-10-02 11:58:24 +02:00
2021-07-26 12:40:01 +02:00
2015-07-14 16:05:29 -04:00
2017-08-23 16:49:42 +05:30
2013-10-23 20:25:52 +04:00
2013-10-23 20:25:52 +04:00
2013-10-23 20:25:52 +04:00
2013-10-23 20:25:52 +04:00
2013-10-23 20:25:52 +04:00
2013-10-23 20:25:52 +04:00
2013-10-23 20:25:52 +04:00
2013-10-23 20:25:52 +04:00
2013-10-23 20:25:52 +04:00
2013-10-23 20:25:52 +04:00
2013-10-23 20:25:52 +04:00
2013-10-23 20:25:52 +04:00
2013-10-25 15:01:03 +04:00
2014-10-11 18:53:03 +02:00
2014-10-11 18:53:03 +02:00
2012-01-04 17:51:53 -08:00
2014-08-13 15:46:39 +02:00
2017-02-10 06:30:42 -05:00
2015-01-26 22:48:02 -05:00
2017-04-27 19:12:38 +02:00