mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
warning on windows
This commit is contained in:
parent
172a33beac
commit
0c16a60207
1 changed files with 2 additions and 2 deletions
|
|
@ -1622,8 +1622,8 @@ void sys_var_thd_ulong::set_default(THD *thd, enum_var_type type)
|
|||
bool not_used;
|
||||
/* We will not come here if option_limits is not set */
|
||||
global_system_variables.*offset=
|
||||
getopt_ull_limit_value((ulong) option_limits->def_value,
|
||||
option_limits, ¬_used);
|
||||
(ulonglong) getopt_ull_limit_value((ulong) option_limits->def_value,
|
||||
option_limits, ¬_used);
|
||||
}
|
||||
else
|
||||
thd->variables.*offset= global_system_variables.*offset;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue