~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/varstring.h

  • Committer: Brian Aker
  • Date: 2009-12-04 00:11:49 UTC
  • mto: (1237.2.7 push) (1238.1.1 push)
  • mto: This revision was merged to the branch mainline in revision 1238.
  • Revision ID: brian@gaz-20091204001149-b21cz59k2xcc2cjc
More removal of field

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
                              bool low_byte_first);
94
94
 
95
95
  unsigned char *pack_key(unsigned char *to, const unsigned char *from, uint32_t max_length, bool low_byte_first);
96
 
  unsigned char *pack_key_from_key_image(unsigned char* to,
97
 
                                         const unsigned char *from,
98
 
                                         uint32_t max_length,
99
 
                                         bool low_byte_first);
100
96
  virtual const unsigned char *unpack(unsigned char* to,
101
97
                                      const unsigned char *from,
102
98
                                      uint32_t param_data,