diff options
author | unknown <marty@linux.site> | 2006-04-11 14:06:32 +0200 |
---|---|---|
committer | unknown <marty@linux.site> | 2006-04-11 14:06:32 +0200 |
commit | 6b7e19af4f9cf574bf927fea589582c444d85675 (patch) | |
tree | 7e10edbff33ef8d05401c71fa9505046d3cbe8f8 /sql/unireg.cc | |
parent | 94c3287616440f01be96c7fa568ad5592faa1cd5 (diff) | |
download | mariadb-git-6b7e19af4f9cf574bf927fea589582c444d85675.tar.gz |
Fixes for fast alter table for ndbcluster
Diffstat (limited to 'sql/unireg.cc')
-rw-r--r-- | sql/unireg.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/unireg.cc b/sql/unireg.cc index 7cb79e866f9..bb197181e2a 100644 --- a/sql/unireg.cc +++ b/sql/unireg.cc @@ -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)) |