summaryrefslogtreecommitdiff
path: root/sql/sql_base.h
diff options
context:
space:
mode:
authorKonstantin Osipov <kostja@sun.com>2010-07-29 14:18:13 +0400
committerKonstantin Osipov <kostja@sun.com>2010-07-29 14:18:13 +0400
commitd85c6281802c8f6ef7187518f9f4357d96134b3e (patch)
tree9baa8f27a086b903e03b7e74a85ac8346895fbaf /sql/sql_base.h
parentdd135df6a8ef67e0c9615a5732ce89737f144e68 (diff)
parent279896c29fedf400cb16d90182185a9a2c6c5064 (diff)
downloadmariadb-git-d85c6281802c8f6ef7187518f9f4357d96134b3e.tar.gz
Merge trunk-bugfixing -> trunk-runtime.
Diffstat (limited to 'sql/sql_base.h')
-rw-r--r--sql/sql_base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_base.h b/sql/sql_base.h
index b912f80d44f..45f1408e2f5 100644
--- a/sql/sql_base.h
+++ b/sql/sql_base.h
@@ -223,7 +223,7 @@ int decide_logging_format(THD *thd, TABLE_LIST *tables);
void free_io_cache(TABLE *entry);
void intern_close_table(TABLE *entry);
bool close_thread_table(THD *thd, TABLE **table_ptr);
-void close_temporary_tables(THD *thd);
+bool close_temporary_tables(THD *thd);
TABLE_LIST *unique_table(THD *thd, TABLE_LIST *table, TABLE_LIST *table_list,
bool check_alias);
int drop_temporary_table(THD *thd, TABLE_LIST *table_list);