~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/parser.h

  • Committer: Brian Aker
  • Date: 2011-02-09 21:10:41 UTC
  • mto: (2152.2.1 alter-table)
  • mto: This revision was merged to the branch mainline in revision 2154.
  • Revision ID: brian@tangent.org-20110209211041-27m3bizfynts4nf5
Merge up parser work for additional column builds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
166
166
drizzled::enum_field_types buildDecimalColumn(LEX *lex);
167
167
 
168
168
void buildKeyOnColumn(LEX *lex);
 
169
void buildAutoOnColumn(LEX *lex);
 
170
void buildPrimaryOnColumn(LEX *lex);
169
171
 
170
172
} // namespace parser
171
173
} // namespace drizzled