123
123
bool buildOrderBy(LEX *lex);
125
125
void buildEngineOption(LEX *lex, const char *key, uint64_t value);
127
127
void buildSchemaOption(LEX *lex, const char *key, uint64_t value);
128
128
void buildSchemaDefiner(LEX *lex, const lex_string_t &value);
129
129
void buildSchemaDefiner(LEX *lex, const identifier::User &user);