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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user