Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Not a Bug
-
10.1.30
-
Linux centos 7 , windows 7
Description
Hello
In the table, these words are the same AKKUŞSAN = AKKUSSAN
CREATE TABLE t.table1 ( |
t varchar(50) NOT NULL, |
UNIQUE INDEX UK_table1_t (t) |
)
|
ENGINE = INNODB
|
CHARACTER SET utf8mb4 |
COLLATE utf8mb4_general_ci; |
execute
INSERT INTO table1 (t) VALUES ('AKKUŞSAN'); |
INSERT INTO table1 (t) VALUES ('AKKUSSAN'); |
we get error
Duplicate entry 'AKKUSSAN' for key 'UK_table1_t'
But symbol S != Ş , it is different strings