Manual:$wgDebugDumpSql
Jump to navigation
Jump to search
Debug/logging: $wgDebugDumpSql | |
---|---|
Dump SQL queries to debug output |
|
Introduced in version: | pre 1.1.0 |
Removed in version: | still in use |
Allowed values: | (boolean) |
Default value: | false |
Other settings: Alphabetical | By function |
Details[edit]
If true, SQL statements are dumped to the $wgDebugLogFile
(debug log).
If $wgDebugComments
is true, the Sql queries are dumped to the html output.
Notes[edit]
From MediaWiki 1.0 to 1.6 this setting was not defined in DefaultSettings.php , although it may still have been available for use within MediaWiki.