cast corrected

sql/set_var.cc:
  typo :(
This commit is contained in:
unknown 2007-12-21 11:28:34 +01:00
parent 0c16a60207
commit f2716fa071

View File

@ -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=
(ulonglong) getopt_ull_limit_value((ulong) option_limits->def_value,
option_limits, &not_used);
(ulong) getopt_ull_limit_value((ulong) option_limits->def_value,
option_limits, &not_used);
}
else
thd->variables.*offset= global_system_variables.*offset;