Loading sql/set_var.cc +2 −2 Original line number Diff line number Diff line Loading @@ -1622,7 +1622,7 @@ 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, (ulong) getopt_ull_limit_value((ulong) option_limits->def_value, option_limits, ¬_used); } else Loading Loading
sql/set_var.cc +2 −2 Original line number Diff line number Diff line Loading @@ -1622,7 +1622,7 @@ 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, (ulong) getopt_ull_limit_value((ulong) option_limits->def_value, option_limits, ¬_used); } else Loading