Remove ancient (added in r13105) stopgap to prevent running schema sanity checks...
authorChad Horohoe <demon@users.mediawiki.org>
Thu, 18 Mar 2010 16:03:39 +0000 (16:03 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Thu, 18 Mar 2010 16:03:39 +0000 (16:03 +0000)
includes/DefaultSettings.php

index 8f47cd1..31373be 100644 (file)
@@ -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