summaryrefslogtreecommitdiff
path: root/sql/sql_base.h
diff options
context:
space:
mode:
authorKonstantin Osipov <kostja@sun.com>2010-08-12 20:44:41 +0400
committerKonstantin Osipov <kostja@sun.com>2010-08-12 20:44:41 +0400
commit7349ddae6f4bcda1a8d58d4c79c0cbc9155d7b39 (patch)
tree8a6d0d6625d9fdcbf7f47a37e463619eb5128d96 /sql/sql_base.h
parentadd2913a40046857723d48f205f25e34eff0d269 (diff)
downloadmariadb-git-7349ddae6f4bcda1a8d58d4c79c0cbc9155d7b39.tar.gz
Remove dead code.
Diffstat (limited to 'sql/sql_base.h')
-rw-r--r--sql/sql_base.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sql/sql_base.h b/sql/sql_base.h
index e59b20957d2..8462ef3d2aa 100644
--- a/sql/sql_base.h
+++ b/sql/sql_base.h
@@ -229,8 +229,7 @@ void close_performance_schema_table(THD *thd, Open_tables_state *backup);
bool close_cached_tables(THD *thd, TABLE_LIST *tables,
bool wait_for_refresh, ulong timeout);
-bool close_cached_connection_tables(THD *thd, bool wait_for_refresh,
- LEX_STRING *connect_string);
+bool close_cached_connection_tables(THD *thd, LEX_STRING *connect_string);
void close_all_tables_for_name(THD *thd, TABLE_SHARE *share,
bool remove_from_locked_tables);
OPEN_TABLE_LIST *list_open_tables(THD *thd, const char *db, const char *wild);