lib/storage: properly reset partSearch.fetchData in partSearch.reset

This commit is contained in:
Aliaksandr Valialkin 2019-08-05 09:55:16 +03:00
parent dd4ea63ed2
commit a3ecf3c1f7

View file

@ -51,6 +51,7 @@ func (ps *partSearch) reset() {
ps.p = nil
ps.tsids = ps.tsids[:0]
ps.tsidIdx = 0
ps.fetchData = true
ps.metaindex = nil
ps.ibCache = nil
ps.bhs = nil