mysql.transaction_registry Table
System tables should not normally be edited directly. Use the related SQL statements instead.
The mysql.transaction_registry table is part of system-versioned tables. It is used for transaction-precise versioning, and contains the following fields:
transaction_id
bigint(20) unsigned
NO
Primary
NULL
commit_id
bigint(20) unsigned
NO
Unique
NULL
begin_timestamp
timestamp(6)
NO
Multiple
0000-00-00 00:00:00.000000
Timestamp when the transaction began (BEGIN statement), however see MDEV-16024.
commit
timestamp(6)
NO
Multiple
0000-00-00 00:00:00.000000
Timestamp when the transaction was committed.
isolation_level
enum('READ-UNCOMMITTED','READ-COMMITTED','REPEATABLE-READ','SERIALIZABLE')
NO
NULL
Transaction isolation level.
This page is licensed: CC BY-SA / Gnu FDL
Last updated
Was this helpful?
.png?alt=media&token=7e7f4c73-9972-4e67-9a1a-74dc18591022&width=260&dpr=4&quality=100&sign=760f8d93&sv=2)
.png?alt=media&token=ee5a45b3-d05b-4bb5-97d0-0f25c5eeb110&width=260&dpr=4&quality=100&sign=12bc3702&sv=2)