From 22aaac013b2d714e7a4329eab9a5cc880d792b6c Mon Sep 17 00:00:00 2001 From: "monty@mashka.mysql.fi" <> Date: Tue, 7 Jan 2003 11:45:06 +0200 Subject: Fixed that derived tables are properly droped --- sql/mysql_priv.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sql/mysql_priv.h') diff --git a/sql/mysql_priv.h b/sql/mysql_priv.h index 1e0f7884176..655e4d7b972 100644 --- a/sql/mysql_priv.h +++ b/sql/mysql_priv.h @@ -579,8 +579,7 @@ bool rm_temporary_table(enum db_type base, char *path); void free_io_cache(TABLE *entry); void intern_close_table(TABLE *entry); bool close_thread_table(THD *thd, TABLE **table_ptr); -void close_thread_tables(THD *thd,bool locked=0); -bool close_thread_table(THD *thd, TABLE **table_ptr); +void close_thread_tables(THD *thd, bool locked=0, bool skip_derived=0); void close_temporary_tables(THD *thd); TABLE_LIST * find_table_in_list(TABLE_LIST *table, const char *db_name, const char *table_name); -- cgit v1.2.1