Some queries from https://dev.mysql.com/doc/refman/8.4/en/sql-server-administration-statements.html works fine.
I can get output of SHOW TABLES or SHOW COLUMNS FROM sometable.
But some queries like SHOW GRANTS or SHOW CREATE TABLE sometable just return empty result, with no error message.
I've checked grants by logging using the same credentials to database from mysql client direclty and i can see output of all commands, so it is not grants issue.
Raku 2024.07
DBIish current as ow writing this task
MySQL 8.0 vanilla from dockerhub