Version 2.9.0
WT_TXN_NOTIFY Struct Reference

Snapshot isolation level, returned by WT_EXTENSION_API::transaction_isolation_level. More...

Public Attributes

int(* notify )(WT_TXN_NOTIFY *notify, WT_SESSION *session, uint64_t txnid, int committed)
 A method called when the session's current transaction is committed or rolled back. More...
 

Detailed Description

Snapshot isolation level, returned by WT_EXTENSION_API::transaction_isolation_level.

Member Data Documentation

§ notify

int(* WT_TXN_NOTIFY::notify) (WT_TXN_NOTIFY *notify, WT_SESSION *session, uint64_t txnid, int committed)

A method called when the session's current transaction is committed or rolled back.

Parameters
notifya pointer to the event handler
sessionthe current session handle
txnidthe transaction ID
committedan integer value which is non-zero if the transaction is being committed.