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)
Tue, Dec 17, 3:54 PM
Unknown Object (File)
Sun, Dec 15, 4:39 PM
Unknown Object (File)
Thu, Dec 5, 5:18 PM
Unknown Object (File)
Nov 9 2024, 3:10 AM
Unknown Object (File)
Nov 3 2024, 6:25 AM
Unknown Object (File)
Oct 27 2024, 5:24 PM
Unknown Object (File)
Oct 24 2024, 9:20 AM
Unknown Object (File)
Oct 23 2024, 4:02 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
Branch
search5
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 14663
Build 19153: Run Core Tests
Build 19152: arc lint + arc unit

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.