silverstripe-cms/tests/php
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
..
Controllers Remove flush from CMSPageHistoryControllerTest 2019-04-01 10:58:53 +13:00
Model Merge branch '4.4' into 4 2019-09-23 16:34:24 +12:00
Reports Manual fixes to automatic namespacing 2017-08-09 17:09:28 +12:00
Search FIX InnoDB FULLTEXT compat in tests 2020-04-09 11:05:19 +12:00
Tasks FIX: Make test comparison less brittle in MigrateSiteTreeLinkingTaskTest 2019-05-28 12:51:23 +12:00