Skip to content

Commit d8cbfea

Browse files
authored
Merge pull request #386 from percona/ps-9377
PS-9377 MyRocks Information Schema tables TRANSACTION_ID type not mat…
2 parents 1047826 + 9283493 commit d8cbfea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/myrocks-information-schema-tables.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ This table contains the set of locks granted to MyRocks transactions.
180180
| Column Name | Type |
181181
|------------------|--------------|
182182
| COLUMN_FAMILY_ID | int(4) |
183-
| TRANSACTION_ID | int(4) |
183+
| TRANSACTION_ID | bigint |
184184
| KEY | varchar(513) |
185185
| MODE | varchar(32) |
186186

0 commit comments

Comments
 (0)