22
22
#pragma implementation // gcc: Class implementation
25
26
#include <drizzled/field/double.h>
27
29
/****************************************************************************
28
30
double precision floating point numbers
29
31
****************************************************************************/
35
37
double nr= my_strntod(cs,(char*) from, len, &end, &error);
36
38
if (error || (!len || (((uint) (end-from) != len) && table->in_use->count_cuted_fields)))
39
41
(error ? ER_WARN_DATA_OUT_OF_RANGE : ER_WARN_DATA_TRUNCATED), 1);