summaryrefslogtreecommitdiff
path: root/sql/mysql_priv.h
diff options
context:
space:
mode:
authormonty@mashka.mysql.fi <>2003-01-07 11:45:06 +0200
committermonty@mashka.mysql.fi <>2003-01-07 11:45:06 +0200
commit22aaac013b2d714e7a4329eab9a5cc880d792b6c (patch)
treeabb09346d74f5eb8cf867ea184e544bab1f41331 /sql/mysql_priv.h
parentedb019aeaf616442d93db2eab0df4b2b09003d14 (diff)
downloadmariadb-git-22aaac013b2d714e7a4329eab9a5cc880d792b6c.tar.gz
Fixed that derived tables are properly droped
Diffstat (limited to 'sql/mysql_priv.h')
-rw-r--r--sql/mysql_priv.h3
1 files changed, 1 insertions, 2 deletions
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);