~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/info_schema/character_set.cc

  • Committer: Monty Taylor
  • Date: 2009-12-21 09:40:31 UTC
  • mto: (1253.2.3 out-of-tree)
  • mto: This revision was merged to the branch mainline in revision 1250.
  • Revision ID: mordred@inaugust.com-20091221094031-yb6hhklqfnr82dl3
ZOMG. I deleted drizzled/server_includes.h.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 *   Character Set I_S table methods.
24
24
 */
25
25
 
26
 
#include "drizzled/server_includes.h"
 
26
#include "config.h"
27
27
#include "drizzled/session.h"
28
28
#include "drizzled/show.h"
29
29