Is calling MySQL stored procedures via query passthrough currently supported?

We have a lot of legacy stored procedures in MySQL, but haven’t had any luck calling stored procedures using the mysql connector’s .system.query() table function.

Answer: it isn’t yet supported, but it may be in the future. You can see a PR that implemented it for SQL Server as a baseline here: https://github.com/trinodb/trino/pull/16696