Skip to content

Commit 9283493

Browse files
committed
PS-9377 MyRocks Information Schema tables TRANSACTION_ID type not match - 8.4
modified: docs/myrocks-information-schema-tables.md
1 parent 61081fc commit 9283493

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)