mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-09 14:41:02 +00:00
Fix RBF recovery when using methodical meta page detection
This commit is contained in:
parent
c9368d5e7a
commit
28c41e9b4d
1 changed files with 1 additions and 1 deletions
|
|
@ -261,7 +261,7 @@ func (db *DB) methodicalWALPageN(pageN int) (lastMeta int, err error) {
|
|||
}
|
||||
switch {
|
||||
case IsMetaPage(page):
|
||||
lastMeta = i
|
||||
lastMeta = i + 1
|
||||
case IsBitmapHeader(page):
|
||||
// skip the bitmap page, which we can't usefully evaluate
|
||||
i++
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue