diff options
author | Konstantin Osipov <kostja@sun.com> | 2010-07-29 14:18:13 +0400 |
---|---|---|
committer | Konstantin Osipov <kostja@sun.com> | 2010-07-29 14:18:13 +0400 |
commit | 14b769cfc6bcf5e6b3142d12e26667bcec90b2cd (patch) | |
tree | 9baa8f27a086b903e03b7e74a85ac8346895fbaf /sql/sql_base.h | |
parent | 3d1af939c30355fb835010be2a8a4de620b2b9a9 (diff) | |
parent | 88bf9cf5d9ee9d6eea07387ddf34bb8a46cbf04c (diff) | |
download | mariadb-git-14b769cfc6bcf5e6b3142d12e26667bcec90b2cd.tar.gz |
Merge trunk-bugfixing -> trunk-runtime.
Diffstat (limited to 'sql/sql_base.h')
-rw-r--r-- | sql/sql_base.h | 2 |
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); |