summaryrefslogtreecommitdiff
path: root/sql/sql_base.h
diff options
context:
space:
mode:
authorMonty <monty@mariadb.org>2018-10-09 19:08:16 +0300
committerMonty <monty@mariadb.org>2018-12-09 20:49:05 +0200
commitae58cd6b87bf1f872093816691ebdd46bef50c7f (patch)
tree02fc330a4d1296fce819b7345eb5ef6cbc3061dd /sql/sql_base.h
parent9207a838ededa0d5f40129848de20a2075ab0e44 (diff)
downloadmariadb-git-ae58cd6b87bf1f872093816691ebdd46bef50c7f.tar.gz
Simple cleanups (no logic changes)
Diffstat (limited to 'sql/sql_base.h')
-rw-r--r--sql/sql_base.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sql/sql_base.h b/sql/sql_base.h
index 0ebed4159ab..bdadb420383 100644
--- a/sql/sql_base.h
+++ b/sql/sql_base.h
@@ -288,10 +288,6 @@ TABLE *open_system_table_for_update(THD *thd, TABLE_LIST *one_table);
TABLE *open_log_table(THD *thd, TABLE_LIST *one_table, Open_tables_backup *backup);
void close_log_table(THD *thd, Open_tables_backup *backup);
-TABLE *open_performance_schema_table(THD *thd, TABLE_LIST *one_table,
- Open_tables_state *backup);
-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, LEX_CSTRING *connect_string);