mirror of
https://github.com/MariaDB/server.git
synced 2026-05-08 08:04:29 +02:00
WL 2826: Error handling of ALTER TABLE for partitioning
Fixed up create_handler_files call sql/ha_ndbcluster.cc: Fixed up create_handler_files call sql/ha_partition.cc: Fixed up create_handler_files call sql/handler.h: Fixed up create_handler_files call sql/sql_table.cc: Fixed up create_handler_files call sql/unireg.cc: Fixed up create_handler_files call
This commit is contained in:
parent
73a66e27e6
commit
d9347545b2
5 changed files with 14 additions and 10 deletions
|
|
@ -4726,7 +4726,7 @@ int ha_ndbcluster::create_handler_files(const char *file,
|
|||
|
||||
DBUG_ENTER("create_handler_files");
|
||||
|
||||
if (action_flag)
|
||||
if (action_flag != CHF_INDEX_FLAG)
|
||||
{
|
||||
DBUG_RETURN(FALSE);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue