-
Type: Improvement
-
Resolution: Won't Do
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
5
-
Storage Engines 2020-01-27
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.