1056
1056
static ulonglong fix_unsigned(THD *thd, ulonglong num,
1057
1057
const struct my_option *option_limits)
1060
1060
ulonglong out= getopt_ull_limit_value(num, option_limits, &fixed);
1062
1062
throw_bounds_warning(thd, fixed, true, option_limits->name, (longlong) num);