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

Column group overwrite config

    • Type: Icon: Task Task
    • Resolution: Done
    • WT1.6.5
    • Affects Version/s: None
    • Component/s: None
    • None

      @michaelcahill, with this change, I can remove the code that sets the overwrite configuration for the column groups to false, and the test suite passes.

      The required change is because the table WT_CURSOR.insert code was relying on a duplicate-key error from the primary cursor to decide if the operation was an insert or an update so that it could remove the index entries in the case of an update. I've added an additional primary search in the WT_CURSOR.insert case since we can no longer rely on that error.

      This change fixes WT-614.

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

              Created:
              Updated:
              Resolved: