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

possible typo int txn_ckpt.c

    • Type: Icon: Task Task
    • Resolution: Done
    • WT1.3.1
    • Affects Version/s: None
    • Component/s: None
    • Labels:

      This line looks wrong to me, txn->isolation is an enum?

                              WT_ERR_MSG(session, ret,
                                  "checkpoints cannot be dropped when in-use");
                      }
              
              WT_ASSERT(session, txn->isolation = TXN_ISO_SNAPSHOT);   <<<<< 
      
              /*
               * Mark the root page dirty to ensure something gets written.
      

            Assignee:
            michael.cahill@mongodb.com Michael Cahill (Inactive)
            Reporter:
            keith.bostic@mongodb.com Keith Bostic (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: