r97735 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r97734‎ | r97735 | r97736 >
Date:14:29, 21 September 2011
Author:demon
Status:ok (Comments)
Tags:
Comment:
Partial revert r97576, update.php should be disabled in wmf branch
Modified paths:
  • /branches/wmf/1.17wmf1/maintenance/update.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.17wmf1/maintenance/update.php
@@ -19,8 +19,8 @@
2020 /**
2121 * update.php is verboten on WMF cluster. It's *not* how you do schema updates
2222 */
23 -#die( "Do not run update.php on the cluster. If you're seeing this you should
24 -#probably ask for some help in performing your schema changes.\n" );
 23+die( "Do not run update.php on the cluster. If you're seeing this you should
 24+probably ask for some help in performing your schema changes.\n" );
2525
2626 $wgUseMasterForMaintenance = true;
2727 require_once( dirname( __FILE__ ) . '/Maintenance.php' );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r97576MFT r97573 - hook to help with bug 31012 on MobileFrontend & similarbrion23:25, 19 September 2011

Comments

#Comment by Brion VIBBER (talk | contribs)   18:51, 21 September 2011

Poop, I thought I'd skipped accidentally committing that!

Status & tagging log