From: Antoine Musso Date: Fri, 28 Apr 2006 17:50:44 +0000 (+0000) Subject: Fix #4825: note in DefaultSettings.php about 'profiling' table creation X-Git-Tag: 1.31.0-rc.0~57351 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=0b23e49d189da72a7f52d8cdd3898886552999a6;p=lhc%2Fweb%2Fwiklou.git Fix #4825: note in DefaultSettings.php about 'profiling' table creation --- 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;