v.20.5New Feature

Added MySQL Style Global Variables Support for Protocol Compatibility

Added support for MySQL style global variables syntax (stub). This is needed for compatibility of MySQL protocol. #11832 (alexey-milovidov).
Added initial support for MySQL-style global variables syntax in ClickHouse to enhance MySQL protocol compatibility.

Why it matters

This feature allows ClickHouse to recognize and handle MySQL-style global variable syntax, improving compatibility with MySQL clients and tools that rely on this syntax. It addresses protocol compatibility issues and facilitates smoother integration with MySQL-based environments.

How to use it

Users can utilize this feature when connecting to ClickHouse using the MySQL protocol. The server will accept MySQL-style global variable syntax, improving interoperability without additional configuration.