Fix compilation error in wiredtiger-disagg-integration

XMLWordPrintableJSON

    • Storage Engines, Storage Engines - Foundations
    • SE Foundations - 2025-07-04
    • None

      The following error occurs during compilation:

      /home/dda/wt/git/wiredtiger-disagg-integration/test/catch2/sub_level_error/unit/test_sub_level_error_compact.cpp:36:9: error: 'F_SET_ATOMIC_64' was not declared in this scope; did you mean 'F_SET_ATOMIC_16'?
         36 |         F_SET_ATOMIC_64(conn_impl, WT_CONN_IN_MEMORY | WT_CONN_READONLY);
            |         ^~~~~~~~~~~~~~~
            |         F_SET_ATOMIC_16
      /home/dda/wt/git/wiredtiger-disagg-integration/test/catch2/sub_level_error/unit/test_sub_level_error_compact.cpp:40:9: error: 'F_CLR_ATOMIC_64' was not declared in this scope; did you mean 'F_CLR_ATOMIC_32'?
         40 |         F_CLR_ATOMIC_64(conn_impl, WT_CONN_IN_MEMORY | WT_CONN_READONLY);
            |         ^~~~~~~~~~~~~~~
            |         F_CLR_ATOMIC_32
      

              Assignee:
              Donald Anderson
              Reporter:
              Donald Anderson
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: