2833
2733
dict_hdr_get_new_id(NULL, NULL, &space);
2840
2735
if (space == ULINT_UNDEFINED
2841
2736
|| fil_create_new_single_table_tablespace(
2842
2737
space, table->name, FALSE, flags,
2843
2738
FIL_IBD_FILE_INITIAL_SIZE) != DB_SUCCESS) {
2845
2739
ut_print_timestamp(stderr);
2847
2741
" InnoDB: TRUNCATE TABLE %s failed to"