1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Merge adventure.(none):/home/thek/Development/cpp/bug27792/my41-bug27792

into  adventure.(none):/home/thek/Development/cpp/bug27792/my50-bug27792
This commit is contained in:
thek@adventure.(none)
2007-05-08 09:36:21 +02:00

View File

@@ -642,6 +642,7 @@ struct Query_cache_query_flags
ulong sql_mode; ulong sql_mode;
ulong max_sort_length; ulong max_sort_length;
ulong group_concat_max_len; ulong group_concat_max_len;
ulong default_week_format;
MY_LOCALE *lc_time_names; MY_LOCALE *lc_time_names;
}; };
#define QUERY_CACHE_FLAGS_SIZE sizeof(Query_cache_query_flags) #define QUERY_CACHE_FLAGS_SIZE sizeof(Query_cache_query_flags)