fromholdio / silverstripe-fulltext-innodb
A small SilverStripe module that enables usage of fulltext indexes with the InnoDB engine.
Package info
github.com/fromholdio/silverstripe-fulltext-innodb
Type:silverstripe-vendormodule
pkg:composer/fromholdio/silverstripe-fulltext-innodb
1.0.0
2019-04-25 03:06 UTC
Requires
- php: >=5.6
- silverstripe/framework: ^4.0
- silverstripe/vendor-plugin: ^1.0
Suggests
This package is auto-updated.
Last update: 2026-02-25 19:17:03 UTC
README
A small SilverStripe module that enables usage of fulltext indexes with the InnoDB engine.
As of MySQL 5.6 InnoDB now supports fulltext indexes, so this just injects a replacement MySQLDBSchemaManager that removes the hard-coded/forced selection of engine=MyISAM for tables that have a fulltext index defined.
Requirements
Recommended
Installation
composer require fromholdio/silverstripe-fulltext-innodb