• marko's avatar
    branches/zip: Pass the tablespace flags correctly when creating or opening · 15c67098
    marko authored
    single-table tablespaces.  This bug was reported by Sunny as Mantis issue #26.
    
    fil_space_create(), fil_create_new_single_table_tablespace(),
    fil_open_single_table_tablespace(), fsp_header_init_fields():
    Add ut_a(flags != DICT_TF_COMPACT).
    
    dict_build_table_def_step(), row_import_tablespace_for_mysql(),
    row_truncate_table_for_mysql(): Pass correct flags to
    fil_create_new_single_table_tablespace() or fil_open_single_table_tablespace().
    15c67098
fsp0fsp.h 15.8 KB