Page MenuHomePhabricator

Prepare for InnoDB FULLTEXT support
ClosedPublic

Authored by epriestley on Nov 24 2016, 6:03 PM.
Tags
None
Referenced Files
F15536532: D16942.diff
Thu, Apr 24, 10:23 AM
F15525572: D16942.diff
Mon, Apr 21, 3:24 PM
F15448576: D16942.id40786.diff
Fri, Mar 28, 5:44 AM
F15436746: D16942.id40775.diff
Mar 25 2025, 4:23 PM
F15435426: D16942.id.diff
Mar 25 2025, 8:11 AM
F15431319: D16942.diff
Mar 24 2025, 11:44 AM
F15430289: D16942.id40775.diff
Mar 24 2025, 6:55 AM
F15351316: D16942.diff
Mar 10 2025, 3:37 PM
Subscribers
None

Details

Summary

Ref T11741. This makes everything work if we switch to InnoDB, but never actually switches yet.

Since the default minimum word length (3) and stopword list (36 common English words) in InnoDB are generally pretty reasonable, I just didn't add any setup advice for them. I figure we're better off with simpler setup until we identify some real problem that the builtin stopwords create.

Test Plan

Swapped the false to true, ran storage adjust, got InnoDB fulltext indexes, searched for stuff, got default "AND" behavior.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Prepare for InnoDB FULLTEXT support.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.Nov 24 2016, 6:16 PM
This revision was automatically updated to reflect the committed changes.