Per PHPStan static code analysis, currently
Instanceof between PhabricatorSearchService and PhabricatorMySQLSearchHost will always evaluate to false.
Per discussion in the task and per testing, make the check work.
Closes T15891
Differential D25975
Fix check in PhabricatorMySQLSetupCheck:shouldUseMySQLSearchEngine() aklapper on Sat, Apr 26, 20:34. Authored by Tags None Referenced Files
Subscribers
Details
Per PHPStan static code analysis, currently Closes T15891 Probably set up a Phorge instance with recent MariaDB/MySQL, and set up a Phorge instance with ancient DB versions (MySQL 5.6.3 or older; MariaDB 10.0 or older) not supporting FULLTEXT indexes for InnoDB tables?
Diff Detail
|