v.23.5Improvement
Server to Support SQL_* Settings as No-Ops for MySQL Compatibility
The server will allow using theSQL_*settings such asSQL_AUTO_IS_NULLas no-ops for MySQL compatibility. This closes #49927. #50013 (Alexey Milovidov).
Why it matters
This feature addresses compatibility issues by recognizing MySQL-specificSQL_* settings without affecting ClickHouse behavior. It allows applications relying on MySQL client settings to interact with ClickHouse more seamlessly.How to use it
Users can use MySQL client settings likeSQL_AUTO_IS_NULL without impacting ClickHouse. These settings are accepted as no-ops automatically, requiring no changes to queries or server configuration.