1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-13 10:22:42 +01:00
phorge-phorge/src/applications/config/schema
epriestley 48a34eced2 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
2016-11-25 15:18:26 -08:00
..
PhabricatorConfigColumnSchema.php Fix method visibility for PhabricatorConfigStorageSchema methods 2015-01-07 07:33:52 +11:00
PhabricatorConfigCoreSchemaSpec.php Use PhutilClassMapQuery instead of PhutilSymbolLoader 2015-08-14 07:49:01 +10:00
PhabricatorConfigDatabaseSchema.php Make bin/storage upgrade and bin/storage adjust emit detailed messages if the user has no access to databases 2016-01-21 13:06:00 -08:00
PhabricatorConfigKeySchema.php Fix method visibility for PhabricatorConfigStorageSchema methods 2015-01-07 07:33:52 +11:00
PhabricatorConfigSchemaQuery.php Allow bin/storage adjust to adjust table engines 2016-11-25 15:13:40 -08:00
PhabricatorConfigSchemaSpec.php Prepare for InnoDB FULLTEXT support 2016-11-25 15:18:26 -08:00
PhabricatorConfigServerSchema.php Update SchemaQuery and the web UI to accommodate multiple master databases 2016-11-12 16:36:52 -08:00
PhabricatorConfigStorageSchema.php Allow bin/storage adjust to adjust table engines 2016-11-25 15:13:40 -08:00
PhabricatorConfigTableSchema.php Allow bin/storage adjust to adjust table engines 2016-11-25 15:13:40 -08:00