44
41
int Int32::store(const char *from,uint32_t len, const charset_info_st * const cs)
52
error= get_int(cs, from, len, &rnd, UINT32_MAX, INT32_MIN, INT32_MAX);
45
int error= get_int(cs, from, len, &rnd, UINT32_MAX, INT32_MIN, INT32_MAX);
54
47
longstore(ptr, store_tmp);