v.23.10Improvement

Add internal_replication to system.clusters

Add internal_replication to system.clusters. #55377 (Konstantin Morozov).
Added the internal_replication column to the system.clusters table in ClickHouse.

Why it matters

This feature helps users identify whether a cluster is configured for internal replication by exposing the internal_replication flag in the system.clusters table, improving cluster monitoring and management.

How to use it

Query the system.clusters table to check the internal_replication column value. For example, use SELECT cluster, internal_replication FROM system.clusters; to view replication status of clusters.