~stewart/drizzle/nofrm

« back to all changes in this revision

Viewing changes to drizzled/field/int64_t.h

  • Committer: Stewart Smith
  • Date: 2009-02-22 06:28:04 UTC
  • mfrom: (869.1.29 drizzle)
  • Revision ID: stewart@flamingspork.com-20090222062804-ssplgcffmroxwjph
mergeĀ mainline

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
class Field_int64_t :public Field_num {
27
27
public:
 
28
 
 
29
  using Field::val_int;
 
30
  using Field::val_str;
 
31
  using Field::cmp;
 
32
  using Field::store;
 
33
  using Field::pack;
 
34
  using Field::unpack;
 
35
 
28
36
  Field_int64_t(unsigned char *ptr_arg, uint32_t len_arg,
29
37
                unsigned char *null_ptr_arg,
30
38
                unsigned char null_bit_arg,