mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
MDEV-21747 needless alter_ctx arg in prep_alter_part_table()
This commit is contained in:
@ -9892,8 +9892,7 @@ do_continue:;
|
||||
bool fast_alter_partition= false;
|
||||
{
|
||||
if (prep_alter_part_table(thd, table, alter_info, create_info,
|
||||
&alter_ctx, &partition_changed,
|
||||
&fast_alter_partition))
|
||||
&partition_changed, &fast_alter_partition))
|
||||
{
|
||||
DBUG_RETURN(true);
|
||||
}
|
||||
|
Reference in New Issue
Block a user