-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
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
insert two rows successfully with same primary key #16669
Labels
Comments
siddontang
added
type/bug
The issue is confirmed as a bug.
priority/P1
The issue has P1 priority.
labels
Apr 21, 2020
siddontang
changed the title
insert two rows with same primary key
insert two rows successfully with same primary key, break transaction consistency
Apr 21, 2020
siddontang
changed the title
insert two rows successfully with same primary key, break transaction consistency
insert two rows successfully with same primary key
Apr 21, 2020
coocood
pushed a commit
that referenced
this issue
Apr 22, 2020
Fix issue #16669 When check the untouched index, we should also check the memory-buffer in the session too.
This was referenced Apr 22, 2020
sre-bot
pushed a commit
to sre-bot/tidb
that referenced
this issue
Apr 22, 2020
Fix issue pingcap#16669 When check the untouched index, we should also check the memory-buffer in the session too.
crazycs520
added a commit
to crazycs520/tidb
that referenced
this issue
Apr 22, 2020
Fix issue pingcap#16669 When check the untouched index, we should also check the memory-buffer in the session too.
crazycs520
added a commit
to crazycs520/tidb
that referenced
this issue
Apr 22, 2020
Fix issue pingcap#16669 When check the untouched index, we should also check the memory-buffer in the session too.
coocood
pushed a commit
that referenced
this issue
Apr 22, 2020
bb7133
pushed a commit
that referenced
this issue
Apr 22, 2020
crazycs520
added a commit
to crazycs520/tidb
that referenced
this issue
Apr 23, 2020
Fix issue pingcap#16669 When check the untouched index, we should also check the memory-buffer in the session too.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. What did you do?
2. What did you expect to see?
Only one row with
a
3. What did you see instead?
Two rows
4. What version of TiDB are you using? (
tidb-server -V
or runselect tidb_version();
on TiDB)3.0.10
The text was updated successfully, but these errors were encountered: