mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-10 23:11:01 +00:00
allow rbf-tx-cursor-stack-allocate to merge; fix conflict with the new HasData code
This commit is contained in:
parent
c04642f34b
commit
9b99009871
1 changed files with 0 additions and 2 deletions
|
|
@ -594,8 +594,6 @@ func (db *DB) HasData(requireOneHotBit bool) (hasAnyRecords bool, err error) {
|
|||
cur, err := tx.Cursor(record.Name)
|
||||
if err != nil {
|
||||
return false, err
|
||||
} else if cur == nil {
|
||||
continue // no bitmap
|
||||
}
|
||||
if !requireOneHotBit {
|
||||
return true, nil
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue