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
commit14b769cfc6bcf5e6b3142d12e26667bcec90b2cd (patch)
tree9baa8f27a086b903e03b7e74a85ac8346895fbaf /sql/sql_base.h
parent3d1af939c30355fb835010be2a8a4de620b2b9a9 (diff)
parent88bf9cf5d9ee9d6eea07387ddf34bb8a46cbf04c (diff)
downloadmariadb-git-14b769cfc6bcf5e6b3142d12e26667bcec90b2cd.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);