• marko's avatar
    branches/zip: Fix a bug in the insertion of a record. · 723a9fc1
    marko authored
    page_dir_split_slot(): Do not pass page_zip to page_dir_slot_set_n_owned(),
    because the caller will rewrite the dense page directory later.  At this
    point of execution, the dense directory will not contain the newly inserted
    record, which may end up being written to new_slot.
    723a9fc1
page0page.c 61.4 KB