mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
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.
This commit is contained in:
@@ -177,6 +177,10 @@ typedef struct st_partition_iter
|
||||
iterator also produce id of the partition that contains NULL value.
|
||||
*/
|
||||
bool ret_null_part, ret_null_part_orig;
|
||||
/*
|
||||
We should return DEFAULT partition.
|
||||
*/
|
||||
bool ret_default_part, ret_default_part_orig;
|
||||
struct st_part_num_range
|
||||
{
|
||||
uint32 start;
|
||||
|
||||
Reference in New Issue
Block a user