diff options
author | bell@sanja.is.com.ua <> | 2004-09-10 16:28:18 +0300 |
---|---|---|
committer | bell@sanja.is.com.ua <> | 2004-09-10 16:28:18 +0300 |
commit | 24e1464d5a669d8c30127deaf61551a110533958 (patch) | |
tree | 573d6d013fae80ebbea92e5e615b4368be394ec1 /sql/sql_cache.h | |
parent | 69695656a165a197ef1a48e615d430afda95451d (diff) | |
download | mariadb-git-24e1464d5a669d8c30127deaf61551a110533958.tar.gz |
information about different variables agged to query cache (BUG#5515, BUG#5394)
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) |