fromholdio / silverstripe-fulltext-innodb
A small SilverStripe module that enables usage of fulltext indexes with the InnoDB engine.
Installs: 229
Dependents: 0
Suggesters: 1
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:silverstripe-vendormodule
Requires
- php: >=5.6
- silverstripe/framework: ^4.0
- silverstripe/vendor-plugin: ^1.0
Suggests
This package is auto-updated.
Last update: 2024-10-25 16:30:25 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