Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.1(EOL), 10.2(EOL)
-
None
-
10.1.32
Description
./mtr --do-test=ctype --mysqld=--innodb_prefix_index_cluster_optimization=ON
|
...
|
2017-03-14 14:48:08 700001c51000 InnoDB: Assertion failure in thread 123145332002816 in file row0sel.cc line 2717
|
InnoDB: Failing assertion: len * templ->mbmaxlen >= templ->mysql_col_len || (field_no == templ->icp_rec_field_no && field->prefix_len > 0)
|
...
|
Failing test(s): main.ctype_utf8 main.ctype_utf8mb4 main.ctype_utf8mb4_innodb
|
This is a parallel bug to https://github.com/facebook/mysql-5.6/issues/568, but appears to be less serious, as Facebook patch silently returns wrong query results too, whereas MariaDB only crashes the debug build. I don't know if these testcases return correct results in the release build.
Attachments
Issue Links
- causes
-
MDEV-23600 SIGFPE in row_search_with_covering_prefix
- Closed
- is caused by
-
MDEV-6929 Port Facebook Prefix Index Queries Optimization
- Closed
- relates to
-
MDEV-12486 Incorrect results with prefix_index_cluster_optimization enabled
- Closed
-
MDEV-25440 Assertion `cmp_rec_rec(rec, old_rec, offsets, old_offsets, m_index) > 0' failed in PageBulk::insert
- Closed
- links to