• Marko Mäkelä's avatar
    ibuf_insert_to_index_page(): Remove bogus code added for delete buffering. · 987702f2
    Marko Mäkelä authored
    In early development of delete buffering, we did allow B-tree pages
    to become empty as a result of buffered deletes. That caused fundamental
    problems. The fix was to refuse buffering purge operations unless
    the page can be guaranteed to be nonempty. Remove an attempt to
    cope with empty pages when merging inserts.
    987702f2
ibuf0ibuf.c 125 KB