~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_string.h

  • Committer: Mark Atwood
  • Date: 2011-08-12 04:08:33 UTC
  • mfrom: (2385.2.17 refactor5)
  • Revision ID: me@mark.atwood.name-20110812040833-u6j85nc6ahuc0dtz
mergeĀ lp:~olafvdspek/drizzle/refactor5

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
  {