mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 10:15:29 +02:00
fix some conversion warnings
This commit is contained in:
parent
7354dc6773
commit
ccf21c9962
9 changed files with 18 additions and 18 deletions
|
|
@ -557,8 +557,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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue