1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Removed not used functions from sql_cache

Added new tests to testsuite.
This commit is contained in:
monty@hundin.mysql.fi
2001-12-14 16:02:41 +02:00
parent 0a2835a068
commit 61be9477ec
7 changed files with 199 additions and 23 deletions

View File

@@ -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,