Fix bug in the new B-tree incomplete-split code.
Forgot to update LSN of left sibling's page, when creating a new root. I fixed this for regular insertions and page splits earlier, but missed new root creation.
Showing
Please register or sign in to comment