~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_parse.h

  • Committer: Brian Aker
  • Date: 2011-01-04 20:56:05 UTC
  • mto: (2054.1.1 clean)
  • mto: This revision was merged to the branch mainline in revision 2055.
  • Revision ID: brian@tangent.org-20110104205605-68hvdyc06bxc7v91
Merge in change so that we pull out the error_t enum out to its own
definition.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#include "drizzled/comp_creator.h"
27
27
#include "drizzled/identifier.h"
28
28
 
 
29
#include "drizzled/error_t.h"
 
30
 
29
31
namespace drizzled
30
32
{
31
33