1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

BUG#14514 Creating table with packed key fails silently

This commit is contained in:
msvensson@neptunus.(none)
2005-11-02 15:53:04 +01:00
parent b03700f9ed
commit 8e7dfad543
3 changed files with 3 additions and 3 deletions

View File

@ -2016,7 +2016,7 @@ int ha_create_table_from_engine(THD* thd,
DBUG_RETURN(3);
update_create_info_from_table(&create_info, &table);
create_info.table_options|= HA_CREATE_FROM_ENGINE;
create_info.table_options|= HA_OPTION_CREATE_FROM_ENGINE;
if (lower_case_table_names == 2 &&
!(table.file->table_flags() & HA_FILE_BASED))