mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
support of more then 255 tables dependence in query cache (fixed BUG#930)
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
#define QUERY_CACHE_PACK_ITERATION 2
|
||||
#define QUERY_CACHE_PACK_LIMIT (512*1024L)
|
||||
|
||||
#define TABLE_COUNTER_TYPE uint8
|
||||
#define TABLE_COUNTER_TYPE uint
|
||||
|
||||
struct Query_cache_block;
|
||||
struct Query_cache_block_table;
|
||||
|
||||
Reference in New Issue
Block a user