~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/double.h

  • Committer: Brian Aker
  • Date: 2009-02-18 14:41:12 UTC
  • mfrom: (869.1.17 pointing-is-rude)
  • Revision ID: brian@tangent.org-20090218144112-o1kdtje1uy5xv34w
Merge Stewart

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
  double val_real(void);
54
54
  int64_t val_int(void);
55
55
  String *val_str(String*,String *);
56
 
  bool send_binary(Protocol *protocol);
57
56
  int cmp(const unsigned char *,const unsigned char *);
58
57
  void sort_string(unsigned char *buff,uint32_t length);
59
58
  uint32_t pack_length() const { return sizeof(double); }