mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-23600 Division by 0 in row_search_with_covering_prefix
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.
This commit is contained in:
5
mysql-test/t/innodb_ext_key.combinations
Normal file
5
mysql-test/t/innodb_ext_key.combinations
Normal file
@ -0,0 +1,5 @@
|
||||
[on]
|
||||
optimizer_switch=extended_keys=on
|
||||
|
||||
[off]
|
||||
optimizer_switch=extended_keys=off
|
Reference in New Issue
Block a user