~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/long.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:
48
48
  int reset(void) { ptr[0]=ptr[1]=ptr[2]=ptr[3]=0; return 0; }
49
49
  double val_real(void);
50
50
  int64_t val_int(void);
51
 
  bool send_binary(Protocol *protocol);
52
51
  String *val_str(String*,String *);
53
52
  int cmp(const unsigned char *,const unsigned char *);
54
53
  void sort_string(unsigned char *buff,uint32_t length);