Closed
Description
If you try to parse the following query:
ALTER EVENT my_old_event RENAME TO new_db.new_event;
the expression "new_db.new_event" fails to be understood correctly by the parser because the option TO
on the event option is wrongly defined as "var" rather than "expr".
Related PR: #420