v.25.8Bug Fix (user-visible misbehavior in an official stable release)
Fix the issue where, if a MergeTree
Fix the issue where, if a MergeTree table is created withadd_minmax_index_for_numeric_columns=1oradd_minmax_index_for_string_columns=1, the index is later materialized during an ALTER operation, and it prevents the Replicated database from initializing correctly on a new replica. #83751 (Nikolay Degterinsky).