Skip to content

Commit 441c38f

Browse files
authored
Merge pull request #439 from percona/ps-9610
PS-9610 [DOCS] - ROCKSDB_TRX - remove data type specifiers 8.0
2 parents 283a983 + 5bec759 commit 441c38f

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/information-schema-tables.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -33,20 +33,20 @@ client operation.
3333

3434
| Column Name | Type |
3535
|--------------------------|--------------|
36-
| TRANSACTION_ID | bigint(8) |
36+
| TRANSACTION_ID | bigint |
3737
| STATE | varchar(193) |
3838
| NAME | varchar(193) |
39-
| WRITE_COUNT | bigint(8) |
40-
| LOCK_COUNT | bigint(8) |
41-
| TIMEOUT_SEC | int(4) |
39+
| WRITE_COUNT | bigint |
40+
| LOCK_COUNT | bigint |
41+
| TIMEOUT_SEC | int |
4242
| WAITING_KEY | varchar(513) |
43-
| WAITING_COLUMN_FAMILY_ID | int(4) |
44-
| IS_REPLICATION | int(4) |
45-
| SKIP_TRX_API | int(4) |
46-
| READ_ONLY | int(4) |
47-
| HAS_DEADLOCK_DETECTION | int(4) |
48-
| NUM_ONGOING_BULKLOAD | int(4) |
49-
| THREAD_ID | int(8) |
43+
| WAITING_COLUMN_FAMILY_ID | int |
44+
| IS_REPLICATION | int |
45+
| SKIP_TRX_API | int |
46+
| READ_ONLY | int |
47+
| HAS_DEADLOCK_DETECTION | int |
48+
| NUM_ONGOING_BULKLOAD | int |
49+
| THREAD_ID | int |
5050
| QUERY | varchar(193) |
5151

5252
## ROCKSDB_CF_OPTIONS

0 commit comments

Comments
 (0)