~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/real.h

  • Committer: Monty Taylor
  • Date: 2009-02-11 23:52:27 UTC
  • mto: This revision was merged to the branch mainline in revision 885.
  • Revision ID: mordred@inaugust.com-20090211235227-me3ywtrmfyfasjkh
Fixed some solaris warnings.

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
 
31
33
  Field_real(unsigned char *ptr_arg, uint32_t len_arg, unsigned char *null_ptr_arg,
32
34
             unsigned char null_bit_arg, utype unireg_check_arg,
33
35
             const char *field_name_arg,