Manual:$wgDebugDumpSql
Appearance
| Debug: $wgDebugDumpSql | |
|---|---|
| Dump SQL queries to debug output |
|
| Introducido en la versión: | antes de 1.1.0 |
| Eliminado en la versión: | aún se usa |
| Valores permitidos: | (booleano) |
| Valor predeterminado: | false |
| Otras configuraciones: Alfabéticamente | Por Función | |
Detalles
If enabled, all SQL statements are logged to the rdbms channel (Syslog/Monolog level DEBUG) and the Barra de herramientas de depuración (if also enabled).
By default, the rdbms channel log messages go to debug log destination as specified by $wgDebugLogFile.
If $wgDebugComments is true, the Sql queries are dumped to the html output.
Notas
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.