Update db_alias.go (#5171)

This commit is contained in:
msiripurapu05
2023-03-09 01:08:18 -06:00
committed by GitHub
parent c280209bf5
commit 3c6986a5c4

View File

@@ -467,3 +467,7 @@ func newStmtDecoratorLruWithEvict() *lru.Cache {
})
return cache
}
func ResetDataBaseCache() {
dataBaseCache = &_dbCache{cache: make(map[string]*alias)}
}