mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-21747 needless alter_ctx arg in prep_alter_part_table()
This commit is contained in:
@ -4805,7 +4805,6 @@ static void check_datadir_altered_for_innodb(THD *thd,
|
||||
|
||||
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)
|
||||
{
|
||||
@ -4900,8 +4899,8 @@ uint prep_alter_part_table(THD *thd, TABLE *table, Alter_info *alter_info,
|
||||
object to allow fast_alter_partition_table to perform the changes.
|
||||
*/
|
||||
DBUG_ASSERT(thd->mdl_context.is_lock_owner(MDL_key::TABLE,
|
||||
alter_ctx->db.str,
|
||||
alter_ctx->table_name.str,
|
||||
table->s->db.str,
|
||||
table->s->table_name.str,
|
||||
MDL_INTENTION_EXCLUSIVE));
|
||||
|
||||
tab_part_info= table->part_info;
|
||||
|
Reference in New Issue
Block a user