mirror of
https://github.com/MariaDB/server.git
synced 2025-11-12 10:22:39 +03:00
FULLTEXT indexes do not permit index first lookups. By calling: ha_index_first() with a garbage parameter, random data gets overwritten that causes the table->field array to be corrupted. Subsequently, when the field array is accessed, a segfault occurs. By not allowing index statistics for FULLTEXT indexes, the problem is resolved.
112 KiB
112 KiB