Page MenuHomePhabricator

Prepare for InnoDB FULLTEXT support
ClosedPublic

Authored by epriestley on Nov 24 2016, 6:03 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 12, 10:22 PM
Unknown Object (File)
Thu, Apr 11, 3:46 AM
Unknown Object (File)
Thu, Apr 4, 7:43 PM
Unknown Object (File)
Thu, Apr 4, 7:43 PM
Unknown Object (File)
Thu, Apr 4, 7:43 PM
Unknown Object (File)
Fri, Mar 29, 8:54 PM
Unknown Object (File)
Thu, Mar 28, 12:07 AM
Unknown Object (File)
Wed, Mar 27, 3:23 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.