1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

After-merge fixup.

- THD::tmp_table_used removed, THD::thread_specific_used used instead.
This commit is contained in:
unknown
2007-08-01 19:20:25 +05:00
parent d4ba395aa6
commit be4cfe504e
7 changed files with 9 additions and 11 deletions

View File

@ -2277,7 +2277,7 @@ TABLE *open_table(THD *thd, TABLE_LIST *table_list, MEM_ROOT *mem_root,
}
table->query_id= thd->query_id;
table->clear_query_id= 1;
thd->tmp_table_used= 1;
thd->thread_specific_used= TRUE;
DBUG_PRINT("info",("Using temporary table"));
goto reset;
}