v.22.5Improvement
Improve MySQL Database Engine for Binary(0) DataType Compatibility
Improve MySQL database engine to compatible with binary(0) dataType. #37232 (zzsmdfj).
Why it matters
This feature addresses the issue where the MySQL database engine was incompatible with thebinary(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 thebinary(0) data type through the existing MySQL database engine integration in ClickHouse without additional configuration.