Type definition transaction_id_t
transaction_id_t
Synopsis
typedef int64_t transaction_id_t;
Description
A transaction is given a unique ID number representing the transaction.
transaction_ids are typically used to mark rows which have been locked by a transaction, and thereby to identify the lock owner.