1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

MDEV-21747 needless alter_ctx arg in prep_alter_part_table()

This commit is contained in:
Aleksey Midenkov
2020-03-03 13:50:33 +03:00
parent 193725b81e
commit a3d2d2c4cb
3 changed files with 3 additions and 6 deletions

View File

@@ -262,7 +262,6 @@ bool set_part_state(Alter_info *alter_info, partition_info *tab_part_info,
enum partition_state part_state);
uint prep_alter_part_table(THD *thd, TABLE *table, Alter_info *alter_info,
HA_CREATE_INFO *create_info,
Alter_table_ctx *alter_ctx,
bool *partition_changed,
bool *fast_alter_table);
char *generate_partition_syntax(THD *thd, partition_info *part_info,