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