1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Making sp_create_assignment_lex() and sp_create_assignment_lex() non-static

Reusing sp_create_assignment_lex() and sp_create_assignment_lex() in
sql_yacc.yy and sql_yacc_ora.yy
This commit is contained in:
Alexander Barkov
2016-07-08 21:42:33 +04:00
parent c21fc0085b
commit decc550fa9
3 changed files with 6 additions and 112 deletions

View File

@@ -3386,5 +3386,9 @@ bool is_keyword(const char *name, uint len);
Virtual_column_info *add_virtual_expression(THD *thd, Item *expr);
Item* handle_sql2003_note184_exception(THD *thd, Item* left, bool equal,
Item *expr);
void sp_create_assignment_lex(THD *thd, bool no_lookahead);
bool sp_create_assignment_instr(THD *thd, bool no_lookahead);
#endif /* MYSQL_SERVER */
#endif /* SQL_LEX_INCLUDED */