~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_string.h

  • Committer: Monty Taylor
  • Date: 2009-12-27 06:31:41 UTC
  • mfrom: (1241.16.2 fix-gcc-warnings)
  • mto: This revision was merged to the branch mainline in revision 1258.
  • Revision ID: mordred@inaugust.com-20091227063141-p9dw8271qjvb98qe
Some GCC warnings fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
  static void operator delete(void *, size_t)
79
79
  { }
80
80
  static void operator delete(void *, MEM_ROOT *)
81
 
  { /* never called */ }
 
81
  { }
82
82
  ~String();
83
83
 
84
84
  inline void set_charset(const CHARSET_INFO * const charset_arg)