Introduce BTreeSchema

This commit is contained in:
Paul Hauner
2019-04-26 11:55:26 +10:00
parent 794b48078c
commit 8976e652d2
4 changed files with 70 additions and 49 deletions

View File

@@ -44,7 +44,7 @@ impl CachedTreeHasher {
{
// Reset the per-hash counters.
self.cache.chunk_index = 0;
self.cache.overlay_index = 0;
self.cache.schema_index = 0;
// Reset the "modified" flags for the cache.
self.cache.reset_modifications();