HomePhorge

Fix a fulltext search issue where finding token length and stopwords could fail

Description

Fix a fulltext search issue where finding token length and stopwords could fail

Summary:
Ref T12137. If a database is missing the InnoDB or MyISAM table engines, the big combined query to get both will fail.

Instead, try InnoDB first and then MyISAM.

(I have both engines locally so this worked until I deployed it.)

Test Plan: Faked an InnoDB error like secure, got a MyISAM result.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T12137

Differential Revision: https://secure.phabricator.com/D17673

Details

Provenance
epriestleyAuthored on Apr 12 2017, 7:16 PM
themackabuPushed on Mar 25 2025, 8:07 PM
Parents
rP3245e74f16bb: Show users how fulltext search queries are parsed and executed; don't query…
Branches
Unknown
Tags
Unknown

Event Timeline