Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
rocksdb.type_text_indexes [ fail ]
|
Test ended at 2016-11-20 21:04:33
|
|
CURRENT_TEST: rocksdb.type_text_indexes
|
mysqltest: At line 164: query 'INSERT INTO t1 (b) VALUES (''), (_binary 0x0), (' ')' succeeded - should have failed with errno 1062...
|
A part of testcase that fails:
CREATE TABLE t1 (
|
b LONGTEXT CHARACTER SET "latin1" COLLATE "latin1_bin",
|
PRIMARY KEY b (b(32))
|
) ENGINE=rocksdb;
|
|
--error ER_DUP_ENTRY
|
INSERT INTO t1 (b) VALUES (''), (_binary 0x0), (' ');
|
Attachments
Issue Links
- causes
-
MDEV-24250 Sorting behavior changed from 10.1 to 10.3
- Closed
- is part of
-
MDEV-9658 Make MyRocks in MariaDB stable
- Closed