1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-24 15:52:41 +01:00
phorge-phorge/src/infrastructure/storage
epriestley ff3333548f Create and populate a stopwords table for InnoDB fulltext indexes to use in the future
Summary:
Ref T11741. InnoDB uses a stopwords table instead of a stopwords file.

During `storage upgrade`, synchronize the table from the stopwords file on disk.

Test Plan:
  - Ran `storage upgrade`.
  - Ran `select * from stopwords`, saw stopwords.
  - Added some garbage to the table.
  - Ran `storage upgrade`, saw it remove it.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T11741

Differential Revision: https://secure.phabricator.com/D16940
2016-11-25 15:13:08 -08:00
..
__tests__ phtize all the things 2015-05-22 21:16:39 +10:00
lisk Allow persistent connections to be configured per database host 2016-11-22 10:55:45 -08:00
management Create and populate a stopwords table for InnoDB fulltext indexes to use in the future 2016-11-25 15:13:08 -08:00
patch Add a Packages application and PackagePublisher 2016-07-27 12:21:57 -07:00
schema When storage is partitioned, refuse to serve requests unless web and databases agree on partitioning 2016-11-22 04:15:46 -08:00