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

Replace WT_RET_TEST with WT_RET_NOTFOUND_OK in schema_plan.c

    • Storage Engines
    • 1
    • StorEng - 2024-12-10

      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:
            dylan.liang@mongodb.com Dylan Liang
            Reporter:
            sean.watt@mongodb.com Sean Watt
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: