~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/parser.h

  • Committer: Brian Aker
  • Date: 2010-02-18 00:46:18 UTC
  • mto: (1273.16.5 fix_is)
  • mto: This revision was merged to the branch mainline in revision 1304.
  • Revision ID: brian@gaz-20100218004618-bcbwbaic4wqumjvl
Bits of dead code/STATUS_VAR rename.

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
#include <drizzled/statement/show_create.h>
101
101
#include <drizzled/statement/show_create_schema.h>
102
102
#include <drizzled/statement/show_errors.h>
103
 
#include <drizzled/statement/show_processlist.h>
104
103
#include <drizzled/statement/show_status.h>
105
104
#include <drizzled/statement/show_warnings.h>
106
105
#include <drizzled/statement/start_transaction.h>