silverstripe-cms/tests
Ingo Schommer e51bd421a6 FIX InnoDB FULLTEXT compat in tests
> InnoDB FULLTEXT indexes have special transaction handling characteristics due its caching and batch processing behavior. Specifically, updates and insertions on a FULLTEXT index are processed at transaction commit time, which means that a FULLTEXT search can only see committed data. The following example demonstrates this behavior. The FULLTEXT search only returns a result after the inserted lines are committed.

https://dev.mysql.com/doc/refman/5.6/en/innodb-fulltext-index.html#innodb-fulltext-index-transaction
2020-04-09 11:05:19 +12:00
..
behat MINOR: Change “Choose Page” to “Search or choose Page” 2019-01-29 12:15:38 +13:00
bootstrap FIX Fixture the 'app' dir instead of mysite in unit tests 2018-04-11 19:04:45 +12:00
php FIX InnoDB FULLTEXT compat in tests 2020-04-09 11:05:19 +12:00
bootstrap.php FIX Fixture the 'app' dir instead of mysite in unit tests 2018-04-11 19:04:45 +12:00