You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kennytm
changed the title
Incorrect index after deleting with a subquery on latest master version (ADMIN CHECK TABLE failed)
Incorrect index after deleting from a table with index of multiple columns using a subquery, on latest master version (ADMIN CHECK TABLE failed)
Dec 27, 2018
Bug Report
Please answer these questions before submitting your issue. Thanks!
Execute the following SQL:
ADMIN CHECK TABLE
passes.The row is deleted but the index remains. It failed with:
tidb-server -V
or runselect tidb_version();
on TiDB)?This is only reproducible on the master branch. The SQL works fine on 2.1.1 and 2.0.9. I suspect this is a recently introduced regression.
The text was updated successfully, but these errors were encountered: