Manual:$wgSQLMode/pt-br

Category:MediaWiki configuration settings/pt-br#SQLModeCategory:MediaWiki configuration settings introduced in version 1.17.0/pt-br#SQLModeCategory:MediaWiki configuration settings still in use/pt-br#SQLModeCategory:MySQL specific variables/pt-br#SQLMode
Específico do MySQL: $wgSQLMode
Valor para o parâmetro MySQL sql_mode
Introduzido na versão:1.17.0 (r68558)
Removido na versão:ainda em uso
Valores permitidos:(string) ou null
Valor padrão:''

Detalhes

Se esta configuração não for nula, o servidor MySQL receberá a consulta SQL SET sql_mode = "$wgSQLMode". Veja a documentação do MySQL para mais detalhes.

The default is null, which means that the query to set sql_mode is not issued. This can be used to skip the setting for performance reasons and assume the database admin (DBA) has done their best job.

Category:MediaWiki configuration settings/pt-br Category:MediaWiki configuration settings introduced in version 1.17.0/pt-br Category:MediaWiki configuration settings still in use/pt-br Category:MySQL specific variables/pt-br