~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/dict/dict0dict.c

  • Committer: Monty Taylor
  • Date: 2009-12-23 09:21:06 UTC
  • mto: This revision was merged to the branch mainline in revision 1253.
  • Revision ID: mordred@inaugust.com-20091223092106-7oaghwzkfyl3a1c7
No more mystrings in drizzled/

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
#include "rem0cmp.h"
54
54
#include "row0merge.h"
55
55
#if defined(BUILD_DRIZZLE)
56
 
# include "mystrings/m_ctype.h"
 
56
# include "drizzled/charset_info.h"
57
57
#else
58
58
# include "m_ctype.h" /* my_isspace() */
59
59
#endif /* BUILD_DRIZZLE */