Page MenuHomePhabricator

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

Authored by epriestley on Apr 13 2017, 2:20 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Mar 26, 2:29 PM
Unknown Object (File)
Tue, Mar 5, 6:50 AM
Unknown Object (File)
Feb 3 2024, 3:33 PM
Unknown Object (File)
Jan 5 2024, 8:22 PM
Unknown Object (File)
Dec 27 2023, 10:37 AM
Unknown Object (File)
Dec 27 2023, 10:37 AM
Unknown Object (File)
Dec 27 2023, 10:37 AM
Unknown Object (File)
Dec 21 2023, 5:34 PM
Subscribers
None
Tokens
"Pirate Logo" token, awarded by epriestley.

Details

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.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable