261
261
void Field_int64_t::sql_type(String &res) const
263
263
CHARSET_INFO *cs=res.charset();
264
res.length(cs->cset->snprintf(cs,(char*) res.ptr(),res.alloced_length(),
264
res.length(cs->cset->snprintf(cs,(char*) res.ptr(),res.alloced_length(), "bigint"));