mysql.transaction_registry Table

You are viewing an old version of this article. View the current version here.
MariaDB starting with 10.3.4

The mysql.transaction_registry table was introduced in MariaDB 10.3.4.

The mysql.transaction_registry table contains the following fields:

FieldTypeNullKeyDefaultDescription
transaction_idbigint(20) unsignedNOPrimaryNULL
commit_idbigint(20) unsignedNOUniqueNULL
begin_timestamptimestamp(6)NOMultiple0000-00-00 00:00:00.000000
committimestamp(6)NOMultiple0000-00-00 00:00:00.000000
isolation_levelenum('READ-UNCOMMITTED','READ-COMMITTED','REPEATABLE-READ','SERIALIZABLE')NONULL

<</style>

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.