Manual:$wgSQLMode/de

Category:MediaWiki configuration settings/de#SQLModeCategory:MediaWiki configuration settings introduced in version 1.17.0/de#SQLModeCategory:MediaWiki configuration settings still in use/de#SQLModeCategory:MySQL specific variables/de#SQLMode
MySQL-spezifisch: $wgSQLMode
Wert für den MySQL-sql_mode-Parameter
Eingeführt in Version:1.17.0 (r68558)
Entfernt in Version:Weiterhin vorhanden
Erlaubte Werte:(Zeichenkette) oder null
Standardwert:''

Details

If this setting is not null, the MySQL server is sent the SQL query SET sql_mode = "$wgSQLMode". See the MySQL documentation for more details.

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/de Category:MediaWiki configuration settings introduced in version 1.17.0/de Category:MediaWiki configuration settings still in use/de Category:MySQL specific variables/de