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 {