User "Aaron Schulz" posted a comment on MediaWiki.r86179.

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/86179#c20056
Commit summary:

Overdue changes to `flaggedrevs` table:
* Removed unused ft_text and fr_comment fields
* Changed the PK to just rev_id (with an index on old PK fields)
* Added fr_rev_timestamp field with indexes
* Added a script to populate fr_rev_timestamp

Comment:

Deploy plan:
*Merge and sync r87606 (removes some FORCE INDEX statements related to PK)
*Run path-fr_page_rev-index.sql but WITHOUT the "DROP COLUMN" statements 
(includes PK change)
*Copy populateRevTimestamp.php to cluster and run it, recoding the ending 
fr_rev_id (say LAST_REV)
*SVN update FR to 1.18 but don't scap
*Set $wgReadOnly = "Performing brief site maintenance, this should only take a 
few minutes." for FR wikis
*Run populateRevTimestamp.php --startrev=LAST_REV (this should be quick)
*Disable $wgReadOnly for FR wikis
*Scap

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to