summaryrefslogtreecommitdiff
path: root/sql/sql_cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_cache.h')
-rw-r--r--sql/sql_cache.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/sql_cache.h b/sql/sql_cache.h
index 383bff305d9..a6592e9b782 100644
--- a/sql/sql_cache.h
+++ b/sql/sql_cache.h
@@ -560,8 +560,8 @@ struct Query_cache_query_flags
ha_rows limit;
Time_zone *time_zone;
sql_mode_t sql_mode;
- ulong max_sort_length;
- ulong group_concat_max_len;
+ ulonglong max_sort_length;
+ ulonglong group_concat_max_len;
ulong default_week_format;
ulong div_precision_increment;
MY_LOCALE *lc_time_names;