Phantom rows caused by update statements which changes value of the primary key #48960
Labels
sig/transaction
SIG:Transaction
type/question
The issue belongs to a question.
type/stale
This issue has not been updated for a long time.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
The second consistent read of t2 should return [(1, 3), (3, 3)].
3. What did you see instead (Required)
Actual result is [(1, 3), (2, 2), (3, 3)] , though the final state of table t is [(1, 3), (3, 3)] after COMMIT of t2.
4. What is your TiDB version? (Required)
The text was updated successfully, but these errors were encountered: