Homec4science

Prepare for InnoDB FULLTEXT support

Authored by epriestley <git@epriestley.com> on Nov 24 2016, 18:51.

Description

Prepare for InnoDB FULLTEXT support

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.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T11741

Differential Revision: https://secure.phabricator.com/D16942

Details

Committed
epriestley <git@epriestley.com>Nov 26 2016, 00:18
Pushed
aubortJan 31 2017, 17:16
Parents
rPH9d0752063e1e: Allow `bin/storage adjust` to adjust table engines
Branches
Unknown
Tags
Unknown

Event Timeline

epriestley <git@epriestley.com> committed rPH48a34eced28d: Prepare for InnoDB FULLTEXT support (authored by epriestley <git@epriestley.com>).Nov 26 2016, 00:18