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

Fix for FLUSH QUERY CACHE

Fix for new bug in CREATE TABLE when sorting keys.
This commit is contained in:
monty@hundin.mysql.fi
2002-01-05 22:51:42 +02:00
parent fd81437a6b
commit ff17389116
9 changed files with 195 additions and 37 deletions

View File

@@ -394,6 +394,9 @@ protected:
my_bool check_integrity(bool not_locked);
my_bool in_list(Query_cache_block * root, Query_cache_block * point,
const char *name);
my_bool in_table_list(Query_cache_block_table * root,
Query_cache_block_table * point,
const char *name);
my_bool in_blocks(Query_cache_block * point);
};