~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/int64.h

  • Committer: David Shrewsbury
  • Date: 2011-02-28 14:33:56 UTC
  • mfrom: (2207 bootstrap)
  • mto: (2208.1.3 build)
  • mto: This revision was merged to the branch mainline in revision 2209.
  • Revision ID: shrewsbury.dave@gmail.com-20110228143356-ws2m2tp7an44egkd
Merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
    ptr[0]=ptr[1]=ptr[2]=ptr[3]=ptr[4]=ptr[5]=ptr[6]=ptr[7]=0;
81
81
    return 0;
82
82
  }
83
 
  double val_real(void);
84
 
  int64_t val_int(void);
85
 
  String *val_str(String*,String *);
 
83
  double val_real(void) const;
 
84
  int64_t val_int(void) const;
 
85
  String *val_str(String*,String *) const;
86
86
  int cmp(const unsigned char *,const unsigned char *);
87
87
  void sort_string(unsigned char *buff,uint32_t length);
88
88
  uint32_t pack_length() const { return 8; }