~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/parser.h

  • Committer: Brian Aker
  • Date: 2010-12-27 20:04:50 UTC
  • mto: (2060.2.1 clean)
  • mto: This revision was merged to the branch mainline in revision 2063.
  • Revision ID: brian@tangent.org-20101227200450-dmxpemwyfmlinlnm
Merge in first pass.

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
#include <drizzled/statement/create_index.h>
73
73
#include <drizzled/statement/create_schema.h>
74
74
#include <drizzled/statement/create_table.h>
 
75
#include <drizzled/statement/create_table/like.h>
 
76
#include <drizzled/statement/create_table/select.h>
75
77
#include <drizzled/statement/delete.h>
76
78
#include <drizzled/statement/drop_index.h>
77
79
#include <drizzled/statement/drop_schema.h>