~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/real.h

Merged Nathan from lp:~nlws/drizzle/fix-string-c-ptr-overrun

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
public:
29
29
  bool not_fixed;
30
30
 
 
31
  using Field::unpack;
 
32
  using Field::pack;
 
33
 
31
34
  Field_real(unsigned char *ptr_arg, uint32_t len_arg, unsigned char *null_ptr_arg,
32
35
             unsigned char null_bit_arg, utype unireg_check_arg,
33
36
             const char *field_name_arg,