From 5b9ee9d1966d7bffa4bcffb937ef01d1822fc55a Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Thu, 18 Mar 2010 16:03:39 +0000 Subject: [PATCH] Remove ancient (added in r13105) stopgap to prevent running schema sanity checks on Wikimedia. Checks were removed in r21785, global never disappeared. --- includes/DefaultSettings.php | 5 ----- 1 file changed, 5 deletions(-) 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 -- 2.20.1