summaryrefslogtreecommitdiff
path: root/mysql-test/include/innodb_prefix_index_cluster_optimization.inc
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-23600 Division by 0 in row_search_with_covering_prefixMarko Mäkelä2020-09-011-0/+1
The InnoDB index fields store bytes, not characters. Remove some unnecessary conversions from characters to bytes. This also fixes MDEV-20422 and the wrong-result bug MDEV-12486.