summaryrefslogtreecommitdiff
path: root/sql/mysql_priv.h
diff options
context:
space:
mode:
authorunknown <bell@sanja.is.com.ua>2004-09-10 16:28:18 +0300
committerunknown <bell@sanja.is.com.ua>2004-09-10 16:28:18 +0300
commit32dc386d5e256dea2ef54efcd8de1dadc0328c44 (patch)
tree573d6d013fae80ebbea92e5e615b4368be394ec1 /sql/mysql_priv.h
parente2252a49f7393076107ee5e228be79660e7faecb (diff)
downloadmariadb-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/mysql_priv.h')
-rw-r--r--sql/mysql_priv.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/mysql_priv.h b/sql/mysql_priv.h
index b1b184eb9eb..e47807dd36e 100644
--- a/sql/mysql_priv.h
+++ b/sql/mysql_priv.h
@@ -390,6 +390,9 @@ struct Query_cache_query_flags
uint collation_connection_num;
ha_rows limit;
Time_zone *time_zone;
+ ulong sql_mode;
+ ulong max_sort_length;
+ ulong group_concat_max_len;
};
#define QUERY_CACHE_FLAGS_SIZE sizeof(Query_cache_query_flags)
#include "sql_cache.h"