Add error correction to write-log (#3323)

This commit is contained in:
Mark
2019-03-15 15:04:34 -05:00
committed by GitHub
parent 36763d0802
commit fa3e1fa7c9
3 changed files with 326 additions and 80 deletions

View File

@ -204,6 +204,7 @@ fn test_in_memory() {
max_tables: 5,
page_size: 64 * KB,
in_memory: true,
..Config::default()
};
let lsm = KvStore::open(&path, cfg).unwrap();