~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/parser.h

Move out drop keys to parser method file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
169
169
void buildAutoOnColumn(LEX *lex);
170
170
void buildPrimaryOnColumn(LEX *lex);
171
171
void buildReplicationOption(LEX *lex, bool arg);
 
172
void buildAddAlterDropIndex(LEX *lex, const char *name, bool is_foreign_key= false);
172
173
 
173
174
} // namespace parser
174
175
} // namespace drizzled