r63911 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r63910‎ | r63911 | r63912 >
Date:16:03, 18 March 2010
Author:demon
Status:ok
Tags:
Comment:
Remove ancient (added in r13105) stopgap to prevent running schema sanity checks on Wikimedia. Checks were removed in r21785, global never disappeared.
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -639,11 +639,6 @@
640640
641641 /**@}*/
642642
643 -
644 -/** Live high performance sites should disable this - some checks acquire giant mysql locks */
645 -$wgCheckDBSchema = true;
646 -
647 -
648643 /**
649644 * Shared database for multiple wikis. Commonly used for storing a user table
650645 * for single sign-on. The server for this database must be the same as for the

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r13105allow to disable schema checks - those acquire giant locks on table opens..midom13:47, 25 February 2006
r21785remove schema check on upload, any wiki this old almost certainly won't work ...river01:44, 2 May 2007

Status & tagging log