~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbms/src/metadata_ms.h

  • Committer: Lee Bieber
  • Date: 2011-04-14 19:29:43 UTC
  • mfrom: (2278.1.2 build)
  • Revision ID: kalebral@gmail.com-20110414192943-q1nxcdqupal0anjb
Merge Olaf - Refactor Table Cache
Merge Olaf - Delete unused functions

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
#ifdef DRIZZLED
33
33
#include <drizzled/internal/m_string.h>
34
 
#include <drizzled/charset.h>
 
34
#include <drizzled/charset_info.h>
35
35
#else
36
36
#include "m_ctype.h"
37
37
#endif