Details
-
Technical task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Test case:
create table t1 (pk int primary key, i int) engine=LevelDB; |
insert into t1 values (1,1); |
insert into t1 values (1,100) on duplicate key update i = 100; |
The 2nd insert fails with 1022: Can't write; duplicate key in table 't1'
revision-id: psergey@askmonty.org-20130114131529-qv3531bw9fdklwob
|
revno: 4483
|
branch-nick: mysql-5.6-leveldb
|