1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Merge mysql.com:/users/lthalmann/bkroot/tmp_5.0_merge

into  mysql.com:/users/lthalmann/bk/mysql-5.1-new
This commit is contained in:
lars@mysql.com
2006-05-18 18:38:50 +02:00
8 changed files with 202 additions and 43 deletions

View File

@ -1183,13 +1183,7 @@ static inline uint tmpkeyval(THD *thd, TABLE *table)
void close_temporary_tables(THD *thd)
{
TABLE *next,
*prev_table /* prev link is not maintained in TABLE's double-linked list */,
*table;
char *query= (gptr) 0, *end;
uint query_buf_size, max_names_len;
bool found_user_tables;
TABLE *table;
if (!thd->temporary_tables)
return;