Replace WT_RET_TEST with WT_RET_NOTFOUND_OK in schema_plan.c

XMLWordPrintableJSON

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

      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 (Inactive)
            Reporter:
            Sean Watt
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: