Monty
eca5c2c67f
Added support for more functions when using partitioned S3 tables
...
MDEV-22088 S3 partitioning support
All ALTER PARTITION commands should now work on S3 tables except
REBUILD PARTITION
TRUNCATE PARTITION
REORGANIZE PARTITION
In addition, PARTIONED S3 TABLES can also be replicated.
This is achived by storing the partition tables .frm and .par file on S3
for partitioned shared (S3) tables.
The discovery methods are enchanced by allowing engines that supports
discovery to also support of the partitioned tables .frm and .par file
Things in more detail
- The .frm and .par files of partitioned tables are stored in S3 and kept
in sync.
- Added hton callback create_partitioning_metadata to inform handler
that metadata for a partitoned file has changed
- Added back handler::discover_check_version() to be able to check if
a table's or a part table's definition has changed.
- Added handler::check_if_updates_are_ignored(). Needed for partitioning.
- Renamed rebind() -> rebind_psi(), as it was before.
- Changed CHF_xxx hadnler flags to an enum
- Changed some checks from using table->file->ht to use
table->file->partition_ht() to get discovery to work with partitioning.
- If TABLE_SHARE::init_from_binary_frm_image() fails, ensure that we
don't leave any .frm or .par files around.
- Fixed that writefrm() doesn't leave unusable .frm files around
- Appended extension to path for writefrm() to be able to reuse to function
for creating .par files.
- Added DBUG_PUSH("") to a a few functions that caused a lot of not
critical tracing.
2020-04-19 17:33:51 +03:00
..
2020-04-08 06:09:42 +00:00
2020-04-08 14:51:14 +04:00
2020-03-10 19:24:22 +01:00
2020-03-10 15:09:17 +05:30
2019-05-13 17:54:04 +03:00
2020-04-10 19:05:26 +02:00
2019-05-19 20:55:37 +02:00
2019-05-19 20:55:37 +02:00
2019-05-11 22:19:05 +03:00
2020-03-10 19:24:22 +01:00
2019-05-14 17:18:46 +03:00
2019-05-11 21:29:06 +03:00
2020-03-10 19:24:22 +01:00
2019-05-19 20:55:37 +02:00
2020-03-13 15:44:42 +04:00
2020-03-13 15:44:42 +04:00
2020-03-10 19:24:22 +01:00
2019-05-14 17:18:46 +03:00
2019-05-14 17:18:46 +03:00
2019-05-11 21:29:06 +03:00
2020-04-19 17:33:51 +03:00
2020-04-19 17:33:51 +03:00
2019-05-14 17:18:46 +03:00
2020-03-10 23:49:47 +04:00
2020-03-10 19:24:23 +01:00
2020-03-10 23:49:47 +04:00
2019-05-14 17:18:46 +03:00
2019-05-19 20:55:37 +02:00
2019-05-14 17:18:46 +03:00
2020-03-10 19:24:23 +01:00
2019-05-14 17:18:46 +03:00
2020-03-10 23:49:47 +04:00
2019-05-11 21:29:06 +03:00
2020-03-24 21:00:03 +02:00
2020-03-10 19:24:22 +01:00
2020-03-16 00:10:50 +02:00
2020-04-08 10:36:41 +03:00
2020-04-08 10:36:41 +03:00
2020-03-27 03:58:32 +02:00
2020-03-10 15:09:17 +05:30
2020-04-09 13:51:47 +05:30
2020-03-10 15:09:17 +05:30
2020-03-10 19:24:22 +01:00
2019-05-13 17:54:04 +03:00
2019-05-14 17:18:46 +03:00
2019-05-13 17:54:04 +03:00
2019-07-23 15:23:27 +03:00
2019-05-14 17:18:46 +03:00
2019-12-04 15:45:00 +04:00
2019-04-30 09:16:39 +02:00
2020-02-11 08:10:26 +04:00
2020-02-11 08:10:26 +04:00
2019-10-13 09:40:41 +02:00
2019-10-13 09:40:41 +02:00
2020-03-10 19:24:22 +01:00
2019-05-14 17:18:46 +03:00
2020-04-19 17:33:51 +03:00
2020-04-19 17:33:51 +03:00
2020-03-24 21:00:03 +02:00
2020-04-19 17:33:51 +03:00
2020-03-10 19:24:23 +01:00
2020-04-19 17:33:51 +03:00
2020-04-19 17:33:51 +03:00
2019-05-14 17:18:46 +03:00
2020-03-10 19:24:23 +01:00
2020-03-10 19:24:22 +01:00
2019-05-14 17:18:46 +03:00
2019-05-19 20:55:37 +02:00
2019-05-19 20:55:37 +02:00
2019-05-19 20:55:37 +02:00
2019-08-14 20:27:00 +04:00
2020-03-10 20:43:32 +04:00
2020-03-10 20:43:32 +04:00
2020-03-10 19:24:23 +01:00
2019-10-16 21:47:41 +04:00
2020-03-27 03:58:32 +02:00
2020-02-27 18:12:47 +04:00
2019-10-16 21:47:41 +04:00
2019-07-10 07:17:25 +04:00
2020-01-28 12:29:23 +04:00
2020-03-10 20:43:32 +04:00
2020-03-30 19:07:25 +03:00
2019-08-30 18:47:14 -07:00
2020-03-10 23:49:47 +04:00
2020-03-11 17:52:49 +01:00
2020-03-10 19:24:22 +01:00
2019-05-19 20:55:37 +02:00
2019-12-27 21:17:16 +02:00
2020-03-16 00:10:50 +02:00
2020-01-28 12:29:23 +04:00
2020-01-28 14:17:09 +02:00
2019-04-02 11:04:54 +03:00
2019-08-13 23:49:10 +04:00
2019-12-27 21:17:16 +02:00
2020-01-28 12:29:23 +04:00
2019-09-26 11:06:54 +04:00
2020-03-30 19:07:25 +03:00
2020-03-10 20:43:32 +04:00
2020-03-31 17:42:34 +02:00
2020-03-31 17:42:34 +02:00
2020-03-10 19:24:22 +01:00
2019-10-18 09:05:27 +03:00
2020-02-08 21:35:35 +04:00
2019-05-11 21:29:06 +03:00
2020-04-19 17:33:51 +03:00
2020-04-19 17:33:51 +03:00
2020-04-19 17:33:51 +03:00
2020-03-25 16:30:53 +02:00
2020-03-10 19:24:22 +01:00
2019-05-14 17:18:46 +03:00
2020-03-25 16:30:53 +02:00
2020-03-25 16:30:53 +02:00
2020-03-24 21:00:03 +02:00
2019-05-14 17:18:46 +03:00
2020-04-08 10:36:41 +03:00
2020-03-24 21:00:03 +02:00
2019-05-11 21:29:06 +03:00
2020-03-11 17:52:49 +01:00
2020-03-10 19:24:22 +01:00
2019-05-19 20:55:37 +02:00
2019-05-11 21:29:06 +03:00
2019-03-29 16:50:38 +01:00
2019-03-29 16:50:38 +01:00
2019-05-14 17:18:46 +03:00
2019-06-25 13:21:36 +03:00
2019-03-29 16:50:38 +01:00
2020-03-31 17:42:33 +02:00
2020-02-20 13:35:19 +03:00
2019-05-14 17:18:46 +03:00
2019-05-14 17:18:46 +03:00
2020-02-11 14:40:35 +01:00
2020-02-11 14:40:35 +01:00
2020-03-28 21:36:30 +02:00
2020-03-09 13:52:40 +02:00
2020-03-27 09:39:15 +02:00
2019-12-16 07:47:17 +02:00
2019-05-11 21:29:06 +03:00
2020-04-19 17:33:51 +03:00
2020-04-10 19:05:26 +02:00
2020-03-28 21:20:29 +02:00
2020-03-24 21:00:04 +02:00
2019-10-04 20:18:31 +03:00
2020-03-27 03:58:32 +02:00
2019-10-08 23:42:02 +04:00
2020-03-30 19:07:25 +03:00
2020-03-27 03:58:32 +02:00
2019-09-27 19:12:07 +03:00
2019-08-14 20:27:00 +04:00
2019-05-19 20:55:37 +02:00
2020-03-09 14:53:35 +02:00
2020-04-08 10:36:41 +03:00
2020-03-09 13:52:40 +02:00
2019-05-14 17:18:46 +03:00
2019-05-14 17:18:46 +03:00
2019-09-01 14:04:25 +03:00
2020-04-06 06:26:46 +03:00
2020-02-27 10:30:21 +01:00
2019-05-14 17:18:46 +03:00
2019-06-25 13:21:36 +03:00
2020-03-18 20:16:34 +04:00
2019-05-14 17:18:46 +03:00
2020-01-28 12:29:23 +04:00
2020-03-10 20:43:32 +04:00
2019-12-06 18:51:05 +04:00
2020-03-10 19:24:22 +01:00
2020-03-10 15:09:17 +05:30
2020-01-21 01:37:47 +05:30
2020-03-10 23:49:47 +04:00
2019-05-19 20:55:37 +02:00
2019-05-14 17:18:46 +03:00
2020-04-08 10:36:41 +03:00
2020-04-02 11:50:47 +03:00
2019-05-11 22:19:05 +03:00
2020-03-10 19:24:23 +01:00
2019-05-11 22:19:05 +03:00
2020-04-03 13:01:21 +04:00
2020-03-23 10:50:14 +02:00
2020-03-24 21:00:03 +02:00
2020-03-24 21:00:03 +02:00
2020-03-10 19:24:23 +01:00
2019-05-19 20:55:37 +02:00
2020-03-27 09:39:15 +02:00
2020-03-14 22:45:48 +02:00
2019-08-14 20:27:00 +04:00
2019-05-11 22:19:05 +03:00
2019-10-01 10:45:52 +04:00
2019-05-14 17:18:46 +03:00
2019-05-14 17:18:46 +03:00
2019-05-14 17:18:46 +03:00
2020-03-27 09:39:15 +02:00
2020-03-25 23:49:38 +04:00
2020-03-10 19:24:23 +01:00
2019-05-11 22:19:05 +03:00
2020-03-10 19:24:23 +01:00
2020-03-10 19:24:22 +01:00
2019-06-07 12:47:24 +04:00
2019-05-23 10:32:21 +03:00
2020-03-10 19:24:24 +01:00
2020-03-27 09:39:15 +02:00
2020-03-10 19:24:23 +01:00
2019-06-21 15:17:06 +02:00
2020-03-10 19:24:22 +01:00
2020-03-10 19:24:22 +01:00
2019-05-14 17:18:46 +03:00
2019-05-14 17:18:46 +03:00
2020-03-21 11:37:10 +02:00
2020-03-10 19:24:22 +01:00
2020-03-10 19:24:23 +01:00
2020-03-17 11:09:19 +04:00
2020-03-17 11:09:19 +04:00
2020-04-03 15:11:43 +02:00
2020-03-30 19:07:25 +03:00
2019-05-19 20:55:37 +02:00
2020-03-16 00:10:50 +02:00
2019-05-14 17:18:46 +03:00
2020-03-16 00:10:50 +02:00
2020-03-10 19:24:23 +01:00
2020-03-10 19:24:22 +01:00
2020-01-28 12:29:23 +04:00
2020-03-10 19:24:22 +01:00
2019-05-14 17:18:46 +03:00
2020-03-16 00:10:50 +02:00
2020-03-10 19:24:23 +01:00
2020-03-21 11:37:10 +02:00
2020-03-21 11:37:10 +02:00
2019-06-17 12:26:25 +02:00
2020-03-27 22:28:03 +04:00
2020-03-10 19:24:23 +01:00
2020-04-03 13:01:21 +04:00
2019-05-14 17:18:46 +03:00
2019-04-02 12:00:04 +03:00
2020-04-19 17:33:51 +03:00
2020-03-03 13:50:33 +03:00
2019-05-19 20:55:37 +02:00
2019-05-14 17:18:46 +03:00
2020-03-10 15:09:17 +05:30
2020-03-12 19:44:52 +02:00
2020-03-10 19:24:23 +01:00
2020-03-10 19:24:23 +01:00
2019-12-27 15:14:48 +02:00
2020-04-19 17:33:51 +03:00
2020-04-19 17:33:51 +03:00
2019-06-16 19:03:47 +04:00
2020-03-10 23:49:47 +04:00
2019-05-11 21:29:06 +03:00
2019-06-19 11:10:49 +02:00
2019-05-14 17:18:46 +03:00
2019-05-11 19:25:02 +03:00
2019-06-30 17:48:19 +02:00
2020-03-10 19:24:23 +01:00
2020-04-10 19:05:26 +02:00
2019-05-11 21:29:06 +03:00
2020-03-31 17:42:34 +02:00
2020-04-19 17:33:51 +03:00
2019-05-14 17:18:46 +03:00
2020-03-10 23:49:47 +04:00
2020-03-30 19:07:25 +03:00
2019-05-23 10:32:21 +03:00
2020-03-27 03:58:32 +02:00
2019-05-14 17:18:46 +03:00
2019-05-14 17:18:46 +03:00
2020-04-19 17:33:51 +03:00
2020-03-10 07:20:49 +01:00
2019-05-26 09:49:13 +04:00
2019-05-14 17:18:46 +03:00
2020-03-24 20:47:41 +02:00
2019-05-14 17:18:46 +03:00
2020-04-19 17:33:51 +03:00
2019-10-14 10:29:31 +02:00
2020-03-10 07:20:49 +01:00
2019-05-19 20:55:37 +02:00
2019-05-11 19:25:02 +03:00
2019-06-28 12:37:04 +04:00
2019-05-14 17:18:46 +03:00
2019-05-19 20:55:37 +02:00
2019-05-11 21:29:06 +03:00
2020-03-16 11:43:30 +01:00
2019-07-09 06:27:40 +04:00
2019-11-12 14:40:00 +03:00
2020-03-10 19:24:22 +01:00
2019-05-14 17:18:46 +03:00
2020-03-16 00:10:50 +02:00
2019-06-28 12:37:04 +04:00
2019-05-11 19:25:02 +03:00
2020-04-04 00:52:54 +03:00
2019-05-19 20:55:37 +02:00
2019-05-28 10:26:08 +04:00
2019-05-11 21:29:06 +03:00
2020-03-10 19:24:23 +01:00
2020-01-22 08:04:53 +04:00
2020-04-12 22:11:22 +02:00
2020-03-31 17:42:34 +02:00
2020-03-11 17:52:49 +01:00
2019-05-14 17:18:46 +03:00
2020-04-04 00:53:36 +03:00
2020-04-04 00:53:36 +03:00
2019-05-14 17:18:46 +03:00
2019-10-13 09:40:41 +02:00
2019-05-14 17:18:46 +03:00
2020-03-10 19:24:22 +01:00
2020-04-12 22:10:57 +02:00
2019-05-14 17:18:46 +03:00
2019-05-14 17:18:46 +03:00
2020-04-10 19:05:26 +02:00
2020-03-10 19:24:22 +01:00
2019-05-11 21:29:06 +03:00
2019-09-13 11:47:43 +04:00
2019-09-13 11:47:43 +04:00
2020-04-19 17:33:51 +03:00
2020-02-11 08:10:26 +04:00
2020-04-19 17:33:51 +03:00
2019-05-11 22:19:05 +03:00
2020-04-19 17:33:51 +03:00
2020-03-03 13:50:33 +03:00
2019-05-14 17:18:46 +03:00
2019-05-14 17:18:46 +03:00
2020-02-11 15:17:50 +02:00
2020-03-31 17:42:33 +02:00
2020-03-31 17:42:33 +02:00
2020-03-10 23:49:47 +04:00
2019-05-14 17:18:46 +03:00
2020-03-24 21:00:03 +02:00
2020-03-10 19:24:22 +01:00
2020-03-10 19:24:22 +01:00
2020-04-03 13:01:21 +04:00
2019-05-11 22:19:05 +03:00
2020-04-19 17:33:51 +03:00
2020-03-24 20:47:41 +02:00
2020-03-14 22:45:48 +02:00
2019-05-19 20:55:37 +02:00
2020-04-19 17:33:51 +03:00
2020-03-30 19:07:25 +03:00
2020-03-24 21:00:03 +02:00
2020-04-04 15:52:31 +04:00
2019-05-14 17:18:46 +03:00
2020-03-31 17:42:34 +02:00
2020-03-10 19:24:23 +01:00
2020-01-28 12:29:23 +04:00
2019-05-14 17:18:46 +03:00
2020-03-10 19:24:22 +01:00
2019-05-14 17:18:46 +03:00
2020-03-10 19:24:22 +01:00
2019-10-10 11:19:25 +03:00
2020-03-10 19:24:22 +01:00
2020-03-30 19:07:25 +03:00
2020-04-19 17:33:51 +03:00
2020-04-19 17:33:51 +03:00
2019-06-06 22:09:31 +04:00
2019-05-11 21:29:06 +03:00
2020-03-11 17:52:49 +01:00
2019-05-19 20:55:37 +02:00
2020-03-16 16:24:36 +02:00
2019-08-22 15:09:59 +04:00
2020-03-24 21:00:03 +02:00
2019-05-14 17:18:46 +03:00
2020-04-03 13:01:21 +04:00
2019-05-11 22:19:05 +03:00
2019-12-16 07:47:17 +02:00
2019-05-08 09:45:24 -07:00
2020-03-31 17:42:34 +02:00
2020-03-31 17:42:34 +02:00
2020-03-20 22:06:55 +02:00
2019-05-26 09:49:13 +04:00
2019-05-15 16:33:13 +04:00
2020-01-28 12:29:23 +04:00
2019-10-18 13:15:55 +04:00
2020-01-28 12:29:23 +04:00
2020-03-12 19:44:52 +02:00
2020-03-10 19:24:23 +01:00
2019-05-19 20:55:37 +02:00
2020-03-24 21:00:02 +02:00
2019-05-14 17:18:46 +03:00
2020-04-19 17:33:51 +03:00
2019-05-14 17:18:46 +03:00
2020-04-04 00:52:54 +03:00
2019-05-14 17:18:46 +03:00
2020-03-10 19:24:22 +01:00
2019-05-28 14:54:38 +04:00
2020-04-19 17:33:51 +03:00
2020-01-28 12:29:23 +04:00
2019-06-26 05:29:44 +04:00
2020-03-31 17:42:34 +02:00
2019-05-14 17:18:46 +03:00
2020-04-02 23:54:08 +04:00
2020-03-18 20:16:34 +04:00
2020-04-03 13:01:21 +04:00
2020-04-03 13:01:21 +04:00
2020-04-19 17:33:51 +03:00
2020-04-19 17:33:51 +03:00
2020-04-19 17:33:51 +03:00
2020-03-10 19:24:22 +01:00
2020-03-10 19:24:22 +01:00
2020-03-28 01:46:53 +01:00
2020-03-30 19:07:25 +03:00
2020-03-30 19:07:25 +03:00
2020-03-30 19:07:25 +03:00
2020-03-30 19:07:25 +03:00
2020-03-30 19:07:25 +03:00
2020-04-19 17:33:51 +03:00
2019-05-19 20:55:37 +02:00
2019-05-11 21:29:06 +03:00
2020-03-10 19:24:23 +01:00
2020-04-10 19:05:26 +02:00
2019-05-19 20:55:37 +02:00
2020-03-27 03:58:32 +02:00
2020-03-27 03:58:32 +02:00
2020-04-08 10:36:41 +03:00
2020-03-31 17:42:34 +02:00
2020-02-13 13:42:01 +02:00
2020-01-28 12:29:23 +04:00
2019-04-30 09:16:39 +02:00
2019-05-14 17:18:46 +03:00
2019-05-10 20:52:00 +03:00
2020-03-30 11:12:56 +03:00
2019-08-28 09:19:24 +03:00
2020-03-21 11:37:10 +02:00
2020-03-21 09:17:28 +02:00
2019-05-19 20:55:37 +02:00
2020-04-19 17:33:51 +03:00
2019-10-30 10:45:22 +02:00
2020-02-11 15:17:50 +02:00
2020-04-08 10:36:41 +03:00
2019-12-17 14:46:57 +02:00
2019-05-11 19:25:02 +03:00
2020-04-08 18:09:28 +03:00
2020-03-24 21:00:03 +02:00
2019-05-19 20:55:37 +02:00
2019-05-19 20:55:37 +02:00
2020-03-24 09:47:41 +02:00
2020-01-29 15:06:06 +02:00
2020-01-14 07:33:02 +02:00
2019-03-15 07:09:13 +02:00
2019-09-12 07:31:17 +03:00
2020-03-10 19:24:22 +01:00
2019-08-19 23:52:18 +02:00
2019-10-30 10:45:22 +02:00
2019-10-30 10:45:22 +02:00
2020-03-31 14:18:21 +03:00
2020-01-20 15:54:30 +02:00
2020-03-21 11:37:10 +02:00
2020-02-11 08:10:26 +04:00
2019-05-19 20:55:37 +02:00
2020-03-10 19:24:22 +01:00
2020-01-29 15:06:06 +02:00
2020-03-28 21:20:29 +02:00
2020-01-29 15:06:06 +02:00
2020-03-14 22:45:48 +02:00
2020-03-14 22:45:48 +02:00