• marko's avatar
    branches/zip: Fix a bug in the insertion of a record. · bee191b7
    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.
    bee191b7
page0page.c 61.4 KB