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.)
Differential D17673
Fix a fulltext search issue where finding token length and stopwords could fail epriestley on Apr 13 2017, 2:20 AM. Authored by Tags None Referenced Files
Subscribers None Tokens
Details 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.) Faked an InnoDB error like secure, got a MyISAM result.
Diff Detail
|