18
18
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
25
22
#include <drizzled/server_includes.h>
26
23
#include <drizzled/field/int64_t.h>
28
31
/****************************************************************************
29
32
Field type int64_t int (8 bytes)
30
33
****************************************************************************/
38
tmp= cs->cset->strntoull10rnd(cs,from,len,unsigned_flag,&end,&error);
41
tmp= cs->cset->strntoull10rnd(cs, from, len, false, &end,&error);
39
42
if (error == MY_ERRNO_ERANGE)
41
44
set_warning(DRIZZLE_ERROR::WARN_LEVEL_WARN, ER_WARN_DATA_OUT_OF_RANGE, 1);