v.24.4Improvement
Removal of log_bin_use_v1_row_events in MySQL 8.3 and Adjustments to MaterializedMySQL Engine
log_bin_use_v1_row_eventswas removed in MySQL 8.3, and we adjust the experimentalMaterializedMySQLengine for it #60479. #63101 (Eugene Klimov). Author: Nikolay Yankin.
Why it matters
The feature addresses compatibility issues caused by the removal oflog_bin_use_v1_row_events in MySQL 8.3, ensuring the MaterializedMySQL engine functions correctly with newer MySQL versions and continues to provide consistent materialized replication.How to use it
Simply use the updatedMaterializedMySQL engine version included in this ClickHouse release to automatically benefit from MySQL 8.3 compatibility without requiring manual configuration changes related to log_bin_use_v1_row_events.