1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

bug #15521 (Cannot reorganise a partition with a new name equal to the old name)

This commit is contained in:
holyfoot@deer.(none)
2005-12-15 15:24:35 +04:00
parent ae66c0b6d1
commit 55e7f4503e
7 changed files with 128 additions and 3 deletions

View File

@ -717,6 +717,9 @@ typedef struct st_ha_check_opt
bool is_partition_in_list(char *part_name, List<char> list_part_names);
bool is_partitions_in_table(partition_info *new_part_info,
partition_info *old_part_info);
bool check_reorganise_list(partition_info *new_part_info,
partition_info *old_part_info,
List<char> list_part_names);
bool set_up_defaults_for_partitioning(partition_info *part_info,
handler *file,
ulonglong max_rows,