Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.4(EOL)
-
None
-
All
Description
create table t1(a blob unique , b blob); |
insert into t1 values(1,1),(2,1); |
--error ER_DUP_ENTRY
|
alter table t1 add unique(b); |
--error ER_DUP_ENTRY
|
insert into t1 values(1,1); |
# Cleanup
|
DROP TABLE t1; |
CURRENT_TEST: main.abc
|
mysqltest: At line 6: query 'insert into t1 values(1,1)' succeeded - should have failed with errno 1062... |
|
Attachments
Issue Links
- duplicates
-
MDEV-18891 ASAN heap-use-after-free in innobase_get_computed_value on concurrent DELETE from table with long index
- Closed
- relates to
-
MDEV-18897 InnoDB indexes are inconsistent with what defined in .frm for table
- Closed