diff --git a/pkg/executor/inspection_result.go b/pkg/executor/inspection_result.go index 4f89f30126..f0e4abb322 100644 --- a/pkg/executor/inspection_result.go +++ b/pkg/executor/inspection_result.go @@ -254,6 +254,9 @@ func (configInspection) inspectDiffConfig(ctx context.Context, sctx sessionctx.C "raftstore.raftdb-path", "storage.data-dir", "storage.block-cache.capacity", + + // TiProxy + "proxy.advertise-addr", } exec := sctx.GetRestrictedSQLExecutor() rows, _, err := exec.ExecRestrictedSQL(ctx, nil, "select type, `key`, count(distinct value) as c from information_schema.cluster_config where `key` not in (%?) group by type, `key` having c > 1", ignoreConfigKey)