~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/blob.h

  • Committer: Mark Atwood
  • Date: 2011-06-22 05:48:25 UTC
  • mfrom: (2318.6.17 refactor12)
  • Revision ID: me@mark.atwood.name-20110622054825-mf8nxjs9dxcpvcfe
bzr merge lp:~olafvdspek/drizzle/refactor12

Show diffs side-by-side

added added

removed removed

Lines of Context:
155
155
  uint32_t get_key_image(unsigned char *buff,uint32_t length);
156
156
  uint32_t get_key_image(std::basic_string<unsigned char> &buff, uint32_t length);
157
157
  void set_key_image(const unsigned char *buff,uint32_t length);
158
 
  void sql_type(String&) const;
159
158
  inline void copy()
160
159
  {
161
160
    unsigned char* tmp= get_ptr();