Manual:$wgSQLMode/pl

Category:MediaWiki configuration settings/pl#SQLModeCategory:MediaWiki configuration settings introduced in version 1.17.0/pl#SQLModeCategory:MediaWiki configuration settings still in use/pl#SQLModeCategory:MySQL specific variables/pl#SQLMode
MySQL-specific: $wgSQLMode
Value for the MySQL sql_mode parameter
Wprowadzono w wersji:1.17.0 (r68558)
Usunięto w wersji:nadal w użyciu
Dozwolone wartości:(ciąg znaków) lub null
Domyślna wartość:''

Szczegóły

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