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 99e048c9df
commit 8822079b77

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