416
416
struct dict_table_struct{
417
417
dulint id; /*!< id of the table */
418
418
mem_heap_t* heap; /*!< memory heap */
420
420
const char* dir_path_of_temp_table;/*!< NULL or the directory path
421
421
where a TEMPORARY table that was explicitly
422
422
created by a user should be placed if