diff options
author | unknown <holyfoot/hf@mysql.com/hfmain.(none)> | 2007-11-20 15:46:33 +0400 |
---|---|---|
committer | unknown <holyfoot/hf@mysql.com/hfmain.(none)> | 2007-11-20 15:46:33 +0400 |
commit | 2eaa6352e93b3b011be4c643d534b39a9fc8bf76 (patch) | |
tree | e671f1b9b20df51ea03dcd4bda649d20acdf7157 /sql/mysql_priv.h | |
parent | e3c44e3e2111ec7f42bafeb5430a6d7295bcbaf0 (diff) | |
download | mariadb-git-2eaa6352e93b3b011be4c643d534b39a9fc8bf76.tar.gz |
merging
Diffstat (limited to 'sql/mysql_priv.h')
-rw-r--r-- | sql/mysql_priv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/mysql_priv.h b/sql/mysql_priv.h index b5f0fa3a678..d58e3ae58ed 100644 --- a/sql/mysql_priv.h +++ b/sql/mysql_priv.h @@ -679,7 +679,7 @@ extern my_decimal decimal_zero; void free_items(Item *item); void cleanup_items(Item *item); class THD; -void close_thread_tables(THD *thd, bool locked=0, bool skip_derived=0); +void close_thread_tables(THD *thd); #ifndef NO_EMBEDDED_ACCESS_CHECKS bool check_one_table_access(THD *thd, ulong privilege, TABLE_LIST *tables); |