mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 09:05:55 +00:00
set trackExistence to true in NewIndex
This commit is contained in:
parent
2d2d3e0ca4
commit
432c2b5506
1 changed files with 4 additions and 3 deletions
7
index.go
7
index.go
|
|
@ -69,9 +69,10 @@ func NewIndex(path, name string) (*Index, error) {
|
|||
newAttrStore: newNopAttrStore,
|
||||
columnAttrs: nopStore,
|
||||
|
||||
broadcaster: NopBroadcaster,
|
||||
Stats: NopStatsClient,
|
||||
logger: NopLogger,
|
||||
broadcaster: NopBroadcaster,
|
||||
Stats: NopStatsClient,
|
||||
logger: NopLogger,
|
||||
trackExistence: true,
|
||||
}, nil
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue