diff --git a/config/config.go b/config/config.go index 07616701d88d9..f7b4dd197833c 100644 --- a/config/config.go +++ b/config/config.go @@ -710,9 +710,11 @@ func StoreGlobalConfig(config *Config) { var deprecatedConfig = map[string]struct{}{ "pessimistic-txn.ttl": {}, "log.file.log-rotate": {}, + "log.log-slow-query": {}, "txn-local-latches": {}, "txn-local-latches.enabled": {}, "txn-local-latches.capacity": {}, + "max-txn-time-use": {}, } func isAllDeprecatedConfigItems(items []string) bool {