v.22.5Improvement

Improve MySQL Database Engine for Binary(0) DataType Compatibility

Improve MySQL database engine to compatible with binary(0) dataType. #37232 (zzsmdfj).
Improved the MySQL database engine in ClickHouse to support compatibility with the binary(0) data type.

Why it matters

This feature addresses the issue where the MySQL database engine was incompatible with the binary(0) data type, allowing users to accurately query and integrate MySQL tables that use this specific data type without errors or data loss.

How to use it

Users can simply query MySQL tables containing the binary(0) data type through the existing MySQL database engine integration in ClickHouse without additional configuration.