~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_string.h

  • Committer: Olaf van der Spek
  • Date: 2011-08-08 13:26:46 UTC
  • mto: This revision was merged to the branch mainline in revision 2396.
  • Revision ID: olafvdspek@gmail.com-20110808132646-syzcg7ih3l34icwh
Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
275
275
  friend int sortcmp(const String *a,const String *b, const charset_info_st * const cs);
276
276
  friend int stringcmp(const String *a,const String *b);
277
277
  friend String *copy_if_not_alloced(String *a,String *b,size_t arg_length);
278
 
  size_t numchars();
279
 
  int charpos(int i,size_t offset=0);
 
278
  size_t numchars() const;
 
279
  int charpos(int i, size_t offset= 0) const;
280
280
 
281
281
  void reserve(size_t space_needed)
282
282
  {