silverstripe-cms/tests/php/Search
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
..
CMSMainSearchFormTest.php ADD New search component for SiteTree (#2224) 2018-09-04 13:13:33 +12:00
DatabaseSearchEngineTest.php FIX InnoDB FULLTEXT compat in tests 2020-04-09 11:05:19 +12:00
SearchFormTest.php FIX InnoDB FULLTEXT compat in tests 2020-04-09 11:05:19 +12:00
SearchFormTest.yml Move files to new location 2017-08-09 16:58:07 +12:00