We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inconsistency happens on the table bmsql_new_order, the handle seems to have fewer data compared with the primary key index
bmsql_new_order
admin check table bmsql_new_order; ERROR 1105 (HY000): handle 128987, index:types.Datum{k:0x1, collation:0x0, decimal:0x0, length:0x0, i:11, b:[]uint8(nil), x:interface {}(nil)} != record:<nil> select count(*) from bmsql_new_order; +----------+ | count(*) | +----------+ | 452721 | +----------+ 1 row in set (0.13 sec) select count(*) from bmsql_new_order use index(primary); +----------+ | count(*) | +----------+ | 474515 | +----------+ 1 row in set (0.14 sec)
The text was updated successfully, but these errors were encountered:
Can't reproduce using dead loop fixed tidb-server binary tidb-branch
tidb-server
Sorry, something went wrong.
No branches or pull requests
Inconsistency happens on the table
bmsql_new_order
, the handle seems to have fewer data compared with the primary key indexThe text was updated successfully, but these errors were encountered: