~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/parser.h

  • Committer: Brian Aker
  • Date: 2011-02-07 22:36:44 UTC
  • mto: (2152.2.1 alter-table)
  • mto: This revision was merged to the branch mainline in revision 2154.
  • Revision ID: brian@tangent.org-20110207223644-1swjvaics72xtti3
buildKey for parser.

Show diffs side-by-side

added added

removed removed

Lines of Context:
151
151
void storeAlterColumnPosition(LEX *lex, const char *position);
152
152
 
153
153
bool buildCollation(LEX *lex, const CHARSET_INFO *arg);
 
154
void buildKey(LEX *lex, Key::Keytype type_par, const lex_string_t &name_arg);
154
155
 
155
156
} // namespace parser
156
157
} // namespace drizzled