76
76
2 error: garbage at the end of string.
79
int Field_num::check_int(const CHARSET_INFO * const cs, const char *str, int length,
79
int Field_num::check_int(const charset_info_st * const cs, const char *str, int length,
80
80
const char *int_end, int error)
82
82
/* Test if we get an empty string or wrong integer */
86
86
String tmp(buff, (uint32_t) sizeof(buff), system_charset_info);