1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

information about different variables agged to query cache (BUG#5515, BUG#5394)

This commit is contained in:
bell@sanja.is.com.ua
2004-09-10 16:28:18 +03:00
parent 69695656a1
commit 24e1464d5a
5 changed files with 100 additions and 5 deletions

View File

@ -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"