1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-28 13:01:41 +03:00
Mattias Jonsson 8f64bf94ad Bug#37453: Dropping/creating index on partitioned table with
InnoDB Plugin locks table

The fast/on-line add/drop index handler calls was not implemented
whithin the partitioning.

This implements it in the partitioning handler.

Since this is only used by the not included InnoDB plugin, there
is no test case. (Have tested it manually with the plugin, and
it does not allow unique indexes not including partitioning
function, or removal of pk, which in innodb generates a new pk,
which is not in the partitioning function.)

NOTE: This introduces a new handler method, and because of that
changes the storage engine api. (One cannot use a handlerton to
see the capabilities of a table's handler if it is partitioned.
So I added a wrapper function in the handler that defaults to
the handlerton function, which the partitioning handler overrides.
2008-10-05 00:40:30 +02:00
..
2008-08-06 16:20:41 +02:00
2008-07-15 21:46:02 +04:00
2007-10-11 13:29:09 -04:00
2008-09-20 16:52:34 +02:00
2008-09-20 16:52:34 +02:00
2008-07-15 21:46:02 +04:00
2007-10-11 13:29:09 -04:00
2007-10-11 13:29:09 -04:00
2008-09-09 20:52:38 +05:00
2008-09-05 13:36:02 +05:00
2008-04-10 23:27:24 -04:00
2007-08-15 17:43:08 +04:00
2008-09-08 12:04:42 +02:00
2008-08-15 16:42:29 -04:00
2008-02-12 10:43:38 +01:00
2008-08-27 20:52:44 +02:00
2007-10-11 13:29:09 -04:00
2007-10-11 13:29:09 -04:00
2008-06-17 17:57:04 +05:30
2007-10-16 16:11:50 -04:00
2008-08-26 13:32:43 +05:00
2007-10-11 14:37:45 -04:00
2007-10-16 16:11:50 -04:00
2008-08-25 21:18:22 +04:00
2008-08-25 21:18:22 +04:00
2007-10-11 14:37:45 -04:00
2007-10-16 16:11:50 -04:00
2007-10-11 14:37:45 -04:00
2008-07-15 21:46:02 +04:00
2008-09-09 12:19:31 +02:00
2008-09-09 12:19:31 +02:00
2008-07-03 23:41:22 +04:00
2008-07-03 23:41:22 +04:00
2007-06-10 14:43:57 +04:00
2008-01-23 13:26:41 -07:00
2008-04-08 20:31:40 +04:00
2008-07-17 11:31:22 +02:00
2008-09-17 14:54:50 +02:00
2008-09-17 14:54:50 +02:00
2007-10-16 16:11:50 -04:00
2008-07-15 21:46:02 +04:00
2008-07-15 21:46:02 +04:00
2008-09-17 14:54:50 +02:00
2008-09-10 12:44:38 +04:00
2007-06-12 18:41:56 +03:00
2008-08-28 12:54:50 +03:00
2007-07-01 15:33:28 -07:00
2007-10-16 16:11:50 -04:00
2007-10-16 16:11:50 -04:00