From 9a91a98e088897d2cbfab935126389cd679ad54a Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Mon, 5 Jan 2004 01:21:31 +0000 Subject: [PATCH] Set $wgEnablePersistentLC to false by default; leads to SQL errors on MySQL 3.x installations. --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 0980a999fd..6996d3dea5 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -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 -- 2.20.1