Update db_alias.go (#5171)
This commit is contained in:
@@ -467,3 +467,7 @@ func newStmtDecoratorLruWithEvict() *lru.Cache {
|
||||
})
|
||||
return cache
|
||||
}
|
||||
|
||||
func ResetDataBaseCache() {
|
||||
dataBaseCache = &_dbCache{cache: make(map[string]*alias)}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user