Fix bug in do_gc

This commit is contained in:
Konstantin Knizhnik
2021-04-22 19:37:33 +03:00
parent 4a0a9e748c
commit ff3488fadd
2 changed files with 3 additions and 5 deletions

View File

@@ -463,7 +463,9 @@ impl PageCache {
self.db.delete_range_cf(cf, &minbuf[..], &maxbuf[..])?;
maxkey = minkey;
}
} else {
break;
}
}
}
}