fromholdio/silverstripe-fulltext-innodb

A small SilverStripe module that enables usage of fulltext indexes with the InnoDB engine.

Installs: 225

Dependents: 0

Suggesters: 1

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:silverstripe-vendormodule

1.0.0 2019-04-25 03:06 UTC

This package is auto-updated.

Last update: 2024-03-25 15:22:43 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