mirror of
https://github.com/MariaDB/server.git
synced 2026-05-02 21:25:36 +02:00
BUG#18962: DROP PARTITION fails when partitions dropped for subpartitions with default naming procedure
Fixed naming procedures for default partitioning and default subpartitioning
This commit is contained in:
parent
ba5d08f340
commit
fa5e50943d
5 changed files with 94 additions and 18 deletions
|
|
@ -256,7 +256,7 @@ private:
|
|||
uint start_no);
|
||||
bool set_up_default_subpartitions(handler *file, ulonglong max_rows);
|
||||
char *create_default_partition_names(uint part_no, uint no_parts,
|
||||
uint start_no, bool is_subpart);
|
||||
uint start_no);
|
||||
bool has_unique_name(partition_element *element);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue