1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Fixes for fast alter table for ndbcluster

This commit is contained in:
marty@linux.site
2006-04-11 14:06:32 +02:00
parent 0f9676426c
commit 950e258fde
7 changed files with 53 additions and 33 deletions

View File

@ -330,7 +330,7 @@ int rea_create_table(THD *thd, const char *path,
// Make sure mysql_create_frm din't remove extension
DBUG_ASSERT(*fn_rext(frm_name));
if (file->create_handler_files(path))
if (file->create_handler_files(path, create_info))
goto err_handler;
if (!create_info->frm_only && ha_create_table(thd, path, db, table_name,
create_info,0))