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

Replace WT_RET_TEST with WT_RET_NOTFOUND_OK in schema_plan.c

    • Type: Icon: Task Task
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Schema Management
    • Storage Engines
    • 3

      The following is an outdated way of handling WT_NOTFOUND error codes

          WT_RET_TEST(ret != WT_NOTFOUND, ret);
      

      we should replace this with the WT_RET_NOTFOUND_OK macro.

            Assignee:
            backlog-server-storage-engines [DO NOT USE] Backlog - Storage Engines Team
            Reporter:
            sean.watt@mongodb.com Sean Watt
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: