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_events was removed in MySQL 8.3, and we adjust the experimental MaterializedMySQL engine for it #60479. #63101 (Eugene Klimov). Author: Nikolay Yankin.
MaterializedMySQL engine updated to support MySQL 8.3 changes by removing dependency on the deprecated log_bin_use_v1_row_events option.

Why it matters

The feature addresses compatibility issues caused by the removal of log_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 updated MaterializedMySQL 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.