~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_string.h

  • Committer: Monty Taylor
  • Date: 2009-05-24 18:17:38 UTC
  • mto: This revision was merged to the branch mainline in revision 1039.
  • Revision ID: mordred@inaugust.com-20090524181738-01rwzxpwrqe92erb
Fixed some no-inline warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
107
107
  { TRASH(ptr_arg, size); }
108
108
  static void operator delete(void *, MEM_ROOT *)
109
109
  { /* never called */ }
110
 
  ~String() { free(); }
 
110
  ~String();
111
111
 
112
112
  inline void set_charset(const CHARSET_INFO * const charset_arg)
113
113
  { str_charset= charset_arg; }