Set $wgEnablePersistentLC to false by default; leads to SQL errors on
authorBrion Vibber <brion@users.mediawiki.org>
Mon, 5 Jan 2004 01:21:31 +0000 (01:21 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Mon, 5 Jan 2004 01:21:31 +0000 (01:21 +0000)
MySQL 3.x installations.

includes/DefaultSettings.php

index 0980a99..6996d3d 100644 (file)
@@ -86,7 +86,7 @@ $wgReadOnly             = false;
 $wgSqlLogFile           = "{$wgUploadDirectory}/sqllog_mFhyRe6";
 $wgLogQueries           = false;
 $wgUseCategoryMagic            = false;
-$wgEnablePersistentLC  = true; # Persistent link cache, needs the linkscc table
+$wgEnablePersistentLC  = false;        # Persistent link cache in linkscc table; FAILS on MySQL 3.x
 $wgCompressedPersistentLC = true; # use gzcompressed blobs
 
 # User rights