mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new
into mysql.com:/home/my/mysql-5.1
This commit is contained in:
@ -4921,7 +4921,7 @@ the generated partition syntax in a correct manner.
|
||||
*/
|
||||
if (table->part_info)
|
||||
{
|
||||
if (thd->lex->alter_info.flags & ALTER_REMOVE_PARTITIONING)
|
||||
if (alter_info->flags & ALTER_REMOVE_PARTITIONING)
|
||||
{
|
||||
DBUG_PRINT("info", ("Remove partitioning"));
|
||||
if (!(thd->lex->create_info.used_fields & HA_CREATE_USED_ENGINE))
|
||||
|
Reference in New Issue
Block a user