Sergei Golubchik
5e5feb84b6
MDEV-11241 Certain combining marks cause MariaDB to crash when doing Full-Text searches
...
fix it for Aria too
2022-01-28 21:36:33 +01:00
Sergei Golubchik
a265f0ff24
MDEV-9137 MariaDB Crash on Query Using Aria Engine
...
more tests
2018-09-22 00:22:09 +02:00
Sergei Golubchik
fb324e3f8f
MDEV-9137 MariaDB Crash on Query Using Aria Engine
...
fix for 2-level ft indexes and boolean search in Aria
2018-09-22 00:22:09 +02:00
Sergei Golubchik
7438667fa9
MDEV-9137 MariaDB Crash on Query Using Aria Engine
...
update the code to match semantics of `key` -
it's not a (char*) pointer to the buffer as in MyISAM.
2018-09-22 00:22:09 +02:00
Sergei Golubchik
3d65d0db16
MDEV-9137 MariaDB Crash on Query Using Aria Engine
...
Two bugs in Aria, related to 2-level fulltext indexes:
* REPAIR calculated the key number incorrectly
* CHECK copied the key into last_key too early and
checking the second-level btree was overwriting it
2018-09-22 00:22:09 +02:00