For historical reasons, the MySQL fulltext table is created using the MyISAM engine, because that's the only thing that supported fulltext indexes prior to MySQL 5.6.
Since MySQL 5.6 (reference) it's possible to use InnoDB, so we should do it by default as it improves transactionality and replication options.
- is related to
-
NXP-25708 Fix TestDocumentValidationActivation on MySQL/MariaDB
- Resolved