Oleksandr Byelkin
|
d9484a2f60
|
MDEV-12395: DROP PARTITION does not work as expected when table has DEFAULT LIST partition
Data loss in case of partituon removing is documented => do not try to prevent it
|
2017-04-07 18:26:55 +02:00 |
|
Oleksandr Byelkin
|
19d24f011c
|
MDEV-10763: Wrong result - server does not return NULL values from default list partition after ALTER table
Fixed partition pruning for NULL value.
|
2016-09-09 15:58:01 +02:00 |
|
Oleksandr Byelkin
|
b22ed66c6b
|
MDEV-10765: Wrong result - query does not retrieve values from default partition on a table partitioned by list columns
Partial matches should be treat as not exact one.
|
2016-09-09 13:50:17 +02:00 |
|
Oleksandr Byelkin
|
4ec088f2e7
|
MDEV-8348: Add catchall to all table partitioning for list partitions
DEFAULT partition support added to LIST and LIST COLUMN partitioning.
Partitions Prunning added for DEFAULT partititon.
|
2016-09-07 17:26:36 +02:00 |
|