Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
10.5, 10.6, 10.11, 11.0(EOL), 11.1(EOL), 11.2(EOL), 11.3(EOL), 11.4
-
None
Description
Test case based on https://dba.stackexchange.com/questions/339135/how-can-i-get-duplicate-entry-error-on-a-table-that-only-has-one-record
create table t1 (a int, b text, unique (b)); |
insert t1 values (1, 'a'); |
update t1 set b='A' where a=1; |
drop table t1; |
Attachments
Issue Links
- duplicates
-
MDEV-29345 update case insensitive (large) unique key with insensitive change of value - duplicate key
- Closed