~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/double.h

  • Committer: monty
  • Date: 2009-02-04 23:07:22 UTC
  • mfrom: (779.3.54 devel)
  • mto: (779.7.3 devel)
  • mto: This revision was merged to the branch mainline in revision 840.
  • Revision ID: monty@piggy.tangent.org-20090204230722-6lzqeyysgfhare65
MergedĀ fromĀ me.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
class Field_double :public Field_real {
27
27
public:
28
 
  using Field::store;
29
 
  using Field::val_int;
30
 
  using Field::val_str;
31
 
  using Field::cmp;
32
 
 
33
28
  Field_double(unsigned char *ptr_arg, uint32_t len_arg,
34
29
               unsigned char *null_ptr_arg,
35
30
               unsigned char null_bit_arg,