mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge branch 'github/10.0' into 10.1
This commit is contained in:
@ -4709,7 +4709,12 @@ uint prep_alter_part_table(THD *thd, TABLE *table, Alter_info *alter_info,
|
||||
DBUG_RETURN(TRUE);
|
||||
}
|
||||
|
||||
thd->work_part_info= thd->lex->part_info;
|
||||
/*
|
||||
One of these is done in handle_if_exists_option():
|
||||
thd->work_part_info= thd->lex->part_info;
|
||||
or
|
||||
thd->work_part_info= NULL;
|
||||
*/
|
||||
|
||||
if (thd->work_part_info &&
|
||||
!(thd->work_part_info= thd->work_part_info->get_clone(thd)))
|
||||
|
Reference in New Issue
Block a user