Fix #4825: note in DefaultSettings.php about 'profiling' table creation
authorAntoine Musso <hashar@users.mediawiki.org>
Fri, 28 Apr 2006 17:50:44 +0000 (17:50 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Fri, 28 Apr 2006 17:50:44 +0000 (17:50 +0000)
RELEASE-NOTES
includes/DefaultSettings.php

index 5dcfbfb..fb711c4 100644 (file)
@@ -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 <gallery> output.
 * (bug 5315) "Expires: -1" HTTP header made strictly valid (using 1970 date).
+* (bug 4825): note in DefaultSettings.php about 'profiling' table creation
 
 == Compatibility ==
 
index 30023d2..ecf8242 100644 (file)
@@ -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;