summaryrefslogtreecommitdiff
path: root/sql/sql_cache.h
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2001-12-14 16:02:41 +0200
committermonty@hundin.mysql.fi <>2001-12-14 16:02:41 +0200
commit61be9477ecb5664154d544d29510ec66ea4ac121 (patch)
tree63f5e7bab3c2b1c778016248af2350936a4c9763 /sql/sql_cache.h
parent0a2835a06842c5612ba94b47aa338e81f01a53bc (diff)
downloadmariadb-git-61be9477ecb5664154d544d29510ec66ea4ac121.tar.gz
Removed not used functions from sql_cache
Added new tests to testsuite.
Diffstat (limited to 'sql/sql_cache.h')
-rw-r--r--sql/sql_cache.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/sql_cache.h b/sql/sql_cache.h
index d04fc29a8d9..da7ada14f23 100644
--- a/sql/sql_cache.h
+++ b/sql/sql_cache.h
@@ -268,8 +268,6 @@ protected:
Query_cache_block *query_block);
void invalidate_table(TABLE_LIST *table);
void invalidate_table(TABLE *table);
- void invalidate_table_in_db(Query_cache_block *table_block,
- char *db);
void invalidate_table(Query_cache_block *table_block);
my_bool register_all_tables(Query_cache_block *block,
TABLE_LIST *tables_used,