Page MenuHomePhabricator

Remove the "search_documentfield" table
ClosedPublic

Authored by epriestley on May 23 2019, 4:55 PM.
Tags
None
Referenced Files
F13278368: D20549.diff
Fri, May 31, 8:38 PM
F13257949: D20549.diff
Sun, May 26, 5:55 AM
F13246579: D20549.diff
Thu, May 23, 11:41 AM
F13226238: D20549.id49036.diff
Sun, May 19, 7:55 PM
F13182366: D20549.diff
Thu, May 9, 11:26 PM
Unknown Object (File)
Mon, May 6, 2:54 PM
Unknown Object (File)
Mon, May 6, 2:24 AM
Unknown Object (File)
Sat, May 4, 5:43 PM
Subscribers
Restricted Owners Package

Details

Summary

Ref T11741. See PHI1276. After the switch to "Ferret", this table has no remaining readers or writers.

Test Plan
  • Ran bin/storage upgrade -f, no warnings.
  • Grepped for class name, table name, stemmedCorpus column; got no relevant hits.
  • Did a fulltext search.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Owners added a subscriber: Restricted Owners Package.May 23 2019, 4:55 PM
This revision is now accepted and ready to land.May 23 2019, 5:18 PM

If we're trying to drop the MyISAM dependency, don't forget to update the quickstart when we're finished: https://secure.phabricator.com/source/phabricator/browse/master/resources/sql/quickstart.sql$9727

Yeah, the end goal is to get those two MyISAM lines out of quickstart.sql. This gets one of 'em but is probably less than half the work. 🙈