Manual:$wgSQLMode/ja

Category:MediaWiki configuration settings/ja#SQLModeCategory:MediaWiki configuration settings introduced in version 1.17.0/ja#SQLModeCategory:MediaWiki configuration settings still in use/ja#SQLModeCategory:MySQL specific variables/ja#SQLMode
MySQLの固有設定: $wgSQLMode
MySQL の sql_mode パラメーターの値
導入されたバージョン:1.17.0 (r68558)
除去されたバージョン:使用中
許容される値:(文字列) または null
既定値:''

詳細

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