Remove redundant rollback to stable finalize code

XMLWordPrintableJSON

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

      There's a duplicate of resetting dryrun to false in the below code:

      __rollback_to_stable_finalize(S2C(session)->rts);
      /* Reset the RTS configuration to default. */    
      S2C(session)->rts->dryrun = false;

      Where __rollback_to_stable_finalize is defined as:

      static void
      __rollback_to_stable_finalize(WT_ROLLBACK_TO_STABLE *rts)
      {
          rts->dryrun = false;
      }
      

      This ticket is to verify that and remove the duplicate code.

              Assignee:
              Alex Pullen (Inactive)
              Reporter:
              Zunyi Liu
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: