Skip to content

Commit 91f99c2

Browse files
authored
Merge pull request #385 from percona/ps-9375
PS-9375 MyRocks Information Schema tables column type does not match
2 parents b49a5db + 566889d commit 91f99c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/information-schema-tables.md

Lines changed: 1 addition & 1 deletion
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)