18
18
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
29
25
/* base class for float and double and decimal (old one) */
30
26
class Field_real :public Field_num {
37
30
Field_real(unsigned char *ptr_arg, uint32_t len_arg, unsigned char *null_ptr_arg,
38
31
unsigned char null_bit_arg, utype unireg_check_arg,
39
32
const char *field_name_arg,