mirror of https://github.com/zlatinb/muwire
ensure vals are loaded when flushing
parent
aeb124ce2d
commit
39f3476158
|
@ -140,6 +140,8 @@ public class BSkipSpan<K extends Comparable<? super K>, V> extends SkipSpan<K, V
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
|
if (vals == null)
|
||||||
|
reload();
|
||||||
BlockFile.pageSeek(bf.file, page);
|
BlockFile.pageSeek(bf.file, page);
|
||||||
bf.file.writeInt(MAGIC);
|
bf.file.writeInt(MAGIC);
|
||||||
bf.file.writeInt(overflowPage);
|
bf.file.writeInt(overflowPage);
|
||||||
|
|
Loading…
Reference in New Issue