2958
2928
filepath = fil_make_ibd_name(name, FALSE);
2960
2930
/* The tablespace flags (FSP_SPACE_FLAGS) should be 0 for
2961
2931
ROW_FORMAT=COMPACT (table->flags == DICT_TF_COMPACT) and
2962
2932
ROW_FORMAT=REDUNDANT (table->flags == 0). For any other
2965
2934
ut_a(flags != DICT_TF_COMPACT);
2968
2936
file = os_file_create_simple_no_error_handling(
2969
2937
filepath, OS_FILE_OPEN, OS_FILE_READ_ONLY, &success);