~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_table.cc

  • Committer: Monty Taylor
  • Date: 2008-10-30 12:27:25 UTC
  • mto: (520.4.35 devel)
  • mto: This revision was merged to the branch mainline in revision 572.
  • Revision ID: monty@inaugust.com-20081030122725-s8s352ee46gi0jbm
Moved sql_parse.h and sql_error.h out of common_includes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#include <drizzled/error.h>
22
22
#include <drizzled/gettext.h>
23
23
#include <drizzled/data_home.h>
 
24
#include <drizzled/sql_parse.h>
24
25
 
25
26
int creating_table= 0;        // How many mysql_create_table are running
26
27