2512
2512
if (create_info->options & HA_LEX_CREATE_TMP_TABLE)
2514
if (err || !session->open_temporary_table(dst_path, db, table_name, 1, OTM_OPEN))
2514
if (err || !session->open_temporary_table(dst_path, db, table_name, true))
2516
2516
(void) session->rm_temporary_table(create_info->db_type, dst_path);