~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/parser.h

  • Committer: Brian Aker
  • Date: 2011-02-09 02:22:19 UTC
  • mto: (2152.2.1 alter-table)
  • mto: This revision was merged to the branch mainline in revision 2154.
  • Revision ID: brian@tangent.org-20110209022219-w7gp0ofcfbpjr3j3
Adding build for unique column

Show diffs side-by-side

added added

removed removed

Lines of Context:
165
165
drizzled::enum_field_types buildTimestampColumn(LEX *lex, const char *length);
166
166
drizzled::enum_field_types buildDecimalColumn(LEX *lex);
167
167
 
 
168
void buildKeyOnColumn(LEX *lex);
 
169
 
168
170
} // namespace parser
169
171
} // namespace drizzled
170
172