Add transaction reference in a cursor and use that for transaction operations.

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Won't Do
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Storage Engines 2020-01-27
    • 5

      At the moment WT_SESSION_IMPL gets passed around as a standard argument to most functions in WT. Access to a session's transaction information is then obtained from session->txn. Following the design from WT-5323, a cursor would contain a reference to the transaction it might be involved in. All the operations that could only be performed with an open cursor available would extract the transaction from that cursor.

      Note: This change doesn't add a LAS transaction in the session yet.

              Assignee:
              Sulabh Mahajan
              Reporter:
              Sulabh Mahajan
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: