1760
1760
if (create_info->options & HA_LEX_CREATE_TMP_TABLE)
1762
1762
/* Open table and put in temporary table list */
1763
if (!(session->open_temporary_table(path, db, table_name, 1)))
1763
if (!(session->open_temporary_table(path, db, table_name, true)))
1765
1765
(void) session->rm_temporary_table(create_info->db_type, path);