~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 07:28:55 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-20091221072855-kvgqdgqwylztufaw
Removed sql_table.h from server_includes.h.

Show diffs side-by-side

added added

removed removed

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