mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
information about different variables agged to query cache (BUG#5515, BUG#5394)
mysql-test/r/query_cache.result: test of QC with different variables mysql-test/t/query_cache.test: test of QC with different variables sql/mysql_priv.h: new information for query key calculation sql/sql_cache.cc: new information for query key calculation sql/sql_cache.h: removed unused definitions
This commit is contained in:
@ -53,10 +53,6 @@
|
||||
of list of free blocks */
|
||||
#define QUERY_CACHE_MEM_BIN_TRY 5
|
||||
|
||||
/* query flags masks */
|
||||
#define QUERY_CACHE_CLIENT_LONG_FLAG_MASK 0x80
|
||||
#define QUERY_CACHE_CHARSET_CONVERT_MASK 0x7F
|
||||
|
||||
/* packing parameters */
|
||||
#define QUERY_CACHE_PACK_ITERATION 2
|
||||
#define QUERY_CACHE_PACK_LIMIT (512*1024L)
|
||||
|
Reference in New Issue
Block a user