From fff85d05bb4c2a0ba330c2b95480406c0b87f80b Mon Sep 17 00:00:00 2001 From: wjHuang Date: Fri, 6 Aug 2021 10:47:12 +0800 Subject: [PATCH] config: put allow-expression-index to deprecatedConfig (#26933) --- config/config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/config/config.go b/config/config.go index 874f1bb6f7..eea787f6f4 100644 --- a/config/config.go +++ b/config/config.go @@ -723,6 +723,7 @@ var deprecatedConfig = map[string]struct{}{ "tikv-client.copr-cache.enable": {}, "alter-primary-key": {}, // use NONCLUSTERED keyword instead "enable-streaming": {}, + "allow-expression-index": {}, } func isAllDeprecatedConfigItems(items []string) bool {