~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/charset_info.h

  • Committer: Gustaf Thorslund
  • Date: 2010-11-02 21:13:19 UTC
  • mto: (1900.1.3 build)
  • mto: This revision was merged to the branch mainline in revision 1901.
  • Revision ID: gustaf@thorslund.org-20101102211319-ulq8j3iqnbujt46f
Removed a fixme!!! since it shouldn't have been there anymore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
820
820
                                const CHAR_T *b, const CHAR_T* e, size_t num)
821
821
{
822
822
  return (cs->cset->charpos(cs, (const char*) b, (const char *)e, num));
823
 
} // fixme!!!
 
823
}
824
824
 
825
825
inline static bool use_mb(const charset_info_st *cs)
826
826
{