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:
@@ -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);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user