From: Chad Horohoe Date: Thu, 18 Mar 2010 16:03:39 +0000 (+0000) Subject: Remove ancient (added in r13105) stopgap to prevent running schema sanity checks... X-Git-Tag: 1.31.0-rc.0~37423 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=5b9ee9d1966d7bffa4bcffb937ef01d1822fc55a;p=lhc%2Fweb%2Fwiklou.git Remove ancient (added in r13105) stopgap to prevent running schema sanity checks on Wikimedia. Checks were removed in r21785, global never disappeared. --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 8f47cd1f21..31373be7d2 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -639,11 +639,6 @@ $wgAllDBsAreLocalhost = false; /**@}*/ - -/** Live high performance sites should disable this - some checks acquire giant mysql locks */ -$wgCheckDBSchema = true; - - /** * Shared database for multiple wikis. Commonly used for storing a user table * for single sign-on. The server for this database must be the same as for the