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
commit82759db0cc67bfb1454c5f7cf1c5aaa8f8559404 (patch)
tree8a6d0d6625d9fdcbf7f47a37e463619eb5128d96 /sql/sql_base.h
parentfdf855e2ef324efbbfaa083c4b5f9bb14ff4d2ff (diff)
downloadmariadb-git-82759db0cc67bfb1454c5f7cf1c5aaa8f8559404.tar.gz
Remove dead code.
sql/sql_base.h: Remove an unused parameter. sql/sql_servers.cc: Remove an unused parameter.
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);