ensure vals are loaded when flushing

auto-update
Zlatin Balevsky 2021-09-06 11:19:01 +01:00
parent aeb124ce2d
commit 39f3476158
No known key found for this signature in database
GPG Key ID: A72832072D525E41
1 changed files with 2 additions and 0 deletions

View File

@ -140,6 +140,8 @@ public class BSkipSpan<K extends Comparable<? super K>, V> extends SkipSpan<K, V
return;
}
try {
if (vals == null)
reload();
BlockFile.pageSeek(bf.file, page);
bf.file.writeInt(MAGIC);
bf.file.writeInt(overflowPage);