branches/innodb+: ibuf_insert_low(): Correct an off-by-one error that caused
Issue #117. Before buffering IBUF_OP_DELETE, require that there be at least two records on the page. In that way, at least one record will remain after the delete operation has been merged.
Showing
Please register or sign in to comment