Merge branch 'master' into fb1186

This commit is contained in:
souhailanoor 2022-02-25 10:41:27 -06:00 committed by GitHub
commit 8890f3ed06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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++