Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-951

Fix the problem where a truncated/deleted page might split.

    • Type: Icon: Task Task
    • Resolution: Done
    • WT2.2
    • Affects Version/s: None
    • Component/s: None
    • Labels:

      Fix the problem where a truncated/deleted page might split (meaning there's no single place the truncate abort can go to find the list of WT_UPDATE structures). The primary change is to replace the WT_REF.txnid field with the WT_REF.page_del field. The new field holds both the transaction ID, and, if necessary, an array of WT_UPDATE structures so abort can find them even after the page splits.

      Reference WT-948.

            Assignee:
            keith.bostic@mongodb.com Keith Bostic (Inactive)
            Reporter:
            keith.bostic@mongodb.com Keith Bostic (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: