diff options
author | unknown <bell@sanja.is.com.ua> | 2004-09-10 16:28:18 +0300 |
---|---|---|
committer | unknown <bell@sanja.is.com.ua> | 2004-09-10 16:28:18 +0300 |
commit | 32dc386d5e256dea2ef54efcd8de1dadc0328c44 (patch) | |
tree | 573d6d013fae80ebbea92e5e615b4368be394ec1 /sql/sql_cache.h | |
parent | e2252a49f7393076107ee5e228be79660e7faecb (diff) | |
download | mariadb-git-32dc386d5e256dea2ef54efcd8de1dadc0328c44.tar.gz |
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
Diffstat (limited to 'sql/sql_cache.h')
-rw-r--r-- | sql/sql_cache.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sql/sql_cache.h b/sql/sql_cache.h index 432c7659aa5..fc458f39e29 100644 --- a/sql/sql_cache.h +++ b/sql/sql_cache.h @@ -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) |