mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
BUG#15408: Partitions: subpartition names are not unique
Also, moved some of the code out of handler.h and into partition specific files for better separation. Also, moved some of the C funcs into partition_info as formal C++ methods
This commit is contained in:
@@ -3657,7 +3657,7 @@ static int get_schema_partitions_record(THD *thd, struct st_table_list *tables,
|
||||
table->field[9]->set_notnull();
|
||||
}
|
||||
|
||||
if (is_sub_partitioned(part_info))
|
||||
if (part_info->is_sub_partitioned())
|
||||
{
|
||||
/* Subpartition method */
|
||||
if (part_info->list_of_subpart_fields)
|
||||
|
||||
Reference in New Issue
Block a user