2833
2792
dict_hdr_get_new_id(NULL, NULL, &space);
2840
2794
if (space == ULINT_UNDEFINED
2841
2795
|| fil_create_new_single_table_tablespace(
2842
2796
space, table->name, FALSE, flags,
2843
2797
FIL_IBD_FILE_INITIAL_SIZE) != DB_SUCCESS) {
2845
2798
ut_print_timestamp(stderr);
2847
2800
" InnoDB: TRUNCATE TABLE %s failed to"