Index: branches/REL1_6/phase3/includes/DefaultSettings.php |
— | — | @@ -1099,6 +1099,8 @@ |
1100 | 1100 | # |
1101 | 1101 | # Profiling / debugging |
1102 | 1102 | # |
| 1103 | +# You have to create a 'profiling' table in your database before using |
| 1104 | +# profiling see maintenance/archives/patch-profiling.sql . |
1103 | 1105 | |
1104 | 1106 | /** Enable for more detailed by-function times in debug log */ |
1105 | 1107 | $wgProfiling = false; |
Index: branches/REL1_6/phase3/RELEASE-NOTES |
— | — | @@ -38,6 +38,7 @@ |
39 | 39 | before attempting a connection, and produce a friendlier error if the connection fails |
40 | 40 | * (bug 5005): Fix XHTML <gallery> output. |
41 | 41 | * (bug 5315) "Expires: -1" HTTP header made strictly valid (using 1970 date). |
| 42 | +* (bug 4825): note in DefaultSettings.php about 'profiling' table creation |
42 | 43 | |
43 | 44 | == MediaWiki 1.6.3 == |
44 | 45 | |