v.23.9Improvement

Introduced Charset Resolution in String Literals for MaterializedMySQL

Introduced resolving of charsets in the string literals for MaterializedMySQL. #53220 (Val Doroshchuk).
Introduced charset resolution in string literals for the MaterializedMySQL engine.

Why it matters

This feature allows MaterializedMySQL to correctly interpret and resolve character sets in string literals, ensuring accurate data representation and consistency when replicating MySQL data with various charsets into ClickHouse.

How to use it

Users do not need to perform any special action to enable this feature. When using the MaterializedMySQL engine, string literals will automatically have their charsets resolved correctly during data replication.