Page MenuHomePhabricator

Remove the "search_documentfield" table
ClosedPublic

Authored by epriestley on May 23 2019, 4:55 PM.
Tags
None
Referenced Files
F18835324: D20549.id.diff
Sun, Oct 26, 2:58 PM
F18830119: D20549.diff
Sat, Oct 25, 4:14 AM
F18809451: D20549.id.diff
Sun, Oct 19, 2:05 PM
F18678613: D20549.id49023.diff
Sep 25 2025, 10:55 PM
F18667578: D20549.diff
Sep 24 2025, 11:32 AM
F18644099: D20549.diff
Sep 19 2025, 4:18 AM
F18570257: D20549.id49036.diff
Sep 10 2025, 3:18 AM
F18570255: D20549.id49023.diff
Sep 10 2025, 3:18 AM
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. 🙈