~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_base.cc

  • Committer: Monty Taylor
  • Date: 2009-12-21 08:16:13 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-20091221081613-xhpsndup5jrwihtw
Removed global_charset_info.h from server_includes.h

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
#include <drizzled/field/null.h>
49
49
#include "drizzled/memory/multi_malloc.h"
50
50
#include "drizzled/sql_table.h"
 
51
#include "drizzled/global_charset_info.h"
 
52
 
51
53
 
52
54
using namespace std;
53
55
using namespace drizzled;