v.24.1Improvement
MySQL Interface Now Compatible with SHOW WARNINGS Queries
MySQL interface gained compatibility withSHOW WARNINGS/SHOW COUNT(*) WARNINGSqueries, though the returned result is always an empty set. #58929 (Serge Klochkov).
Why it matters
This feature improves compatibility with MySQL by recognizing theSHOW WARNINGS and SHOW COUNT(*) WARNINGS commands in the MySQL interface, ensuring applications expecting these queries do not encounter errors, even though no actual warnings are produced.How to use it
Users can execute theSHOW WARNINGS or SHOW COUNT(*) WARNINGS queries through the MySQL interface in ClickHouse as they would in MySQL. The queries will complete successfully but will return an empty set.