Skip to content

MySQL: Support SHOW FULL PROCESSLIST syntax#2292

Open
jstnd wants to merge 1 commit intoapache:mainfrom
jstnd:mysql-support-full-processlist
Open

MySQL: Support SHOW FULL PROCESSLIST syntax#2292
jstnd wants to merge 1 commit intoapache:mainfrom
jstnd:mysql-support-full-processlist

Conversation

@jstnd
Copy link
Copy Markdown

@jstnd jstnd commented Apr 1, 2026

Currently, parsing the syntax SHOW FULL PROCESSLIST with the MySQL dialect results in an error even though it's valid as seen in the documentation. This PR adds support for this syntax to the parser.

This is my first time contributing here, so please let me know if anything needs to be changed.

let ast = Parser::parse_sql(&MySqlDialect {}, "SHOW FULL PROCESSLIST");
println!("{:?}", ast); // Current: Err(ParserError("EXTENDED/FULL are not supported with this type of SHOW query"))

https://dev.mysql.com/doc/refman/8.4/en/show-processlist.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant