From 0b23e49d189da72a7f52d8cdd3898886552999a6 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Fri, 28 Apr 2006 17:50:44 +0000 Subject: [PATCH] Fix #4825: note in DefaultSettings.php about 'profiling' table creation --- RELEASE-NOTES | 1 + includes/DefaultSettings.php | 2 ++ 2 files changed, 3 insertions(+) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 5dcfbfb5c6..fb711c4fa7 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -131,6 +131,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN before attempting a connection, and produce a friendlier error if the connection fails * (bug 5005): Fix XHTML output. * (bug 5315) "Expires: -1" HTTP header made strictly valid (using 1970 date). +* (bug 4825): note in DefaultSettings.php about 'profiling' table creation == Compatibility == diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 30023d2d2b..ecf82424fb 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1099,6 +1099,8 @@ $wgTexvc = './math/texvc'; # # Profiling / debugging # +# You have to create a 'profiling' table in your database before using +# profiling see maintenance/archives/patch-profiling.sql . /** Enable for more detailed by-function times in debug log */ $wgProfiling = false; -- 2.20.1