The size of column state in tidb_trx is not defined #53026
Labels
affects-6.1
This bug affects the 6.1.x(LTS) versions.
affects-6.5
This bug affects the 6.5.x(LTS) versions.
affects-7.1
This bug affects the 7.1.x(LTS) versions.
affects-7.5
This bug affects the 7.5.x(LTS) versions.
affects-8.1
This bug affects the 8.1.x(LTS) versions.
report/customer
Customers have encountered this bug.
severity/major
sig/transaction
SIG:Transaction
type/bug
The issue is confirmed as a bug.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
3. What did you see instead (Required)
Because the size of column
state
intidb_trx
is not defined https://github.com/pingcap/tidb/blob/v6.5.8/infoschema/tables.go#L1466, the cast function uses varchar(0) leading to data too long warning.4. What is your TiDB version? (Required)
v6.5.8
The text was updated successfully, but these errors were encountered: