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 @@
640
640
641
641
/**@}*/
642
642
643
-
644
-/** Live high performance sites should disable this - some checks acquire giant mysql locks */
645
-$wgCheckDBSchema = true;
646
-
647
-
648
643
/**
649
644
* Shared database for multiple wikis. Commonly used for storing a user table
650
645
* for single sign-on. The server for this database must be the same as for the
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r13105
allow to disable schema checks - those acquire giant locks on table opens..
midom
13:47, 25 February 2006
r21785
remove schema check on upload, any wiki this old almost certainly won't work ...
river
01:44, 2 May 2007
Status & tagging log
06:08, 30 June 2010
Tim Starling
(
talk
|
contribs
)
changed the
status
of r63911
[
removed:
new
added:
ok]