From 32dc386d5e256dea2ef54efcd8de1dadc0328c44 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 10 Sep 2004 16:28:18 +0300 Subject: 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 --- sql/sql_cache.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sql/sql_cache.h') 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) -- cgit v1.2.1