**Describe the bug** `EXPLAIN ANALYZE` is not handled properly. ``` Expected "#", "--", "/*", ":=", "=", "SELECT", "WITH", or [ \t\n\r] found unexpected token. ``` **Database Engine** MySQL **To Reproduce** - `EXPLAIN ANALYZE SELECT 1` - node-sql-parser v5.4.0 - client side **Expected behavior** It should work without any error message **Screenshots** <img width="647" height="98" alt="Image" src="https://github.com/user-attachments/assets/057aed35-d3ed-4e6f-9072-79f58e13189c" />
Describe the bug
EXPLAIN ANALYZEis not handled properly.Database Engine
MySQL
To Reproduce
EXPLAIN ANALYZE SELECT 1Expected behavior
It should work without any error message
Screenshots