Руководство:$wgSQLMode
Appearance
From mediawiki.org
This page is a translated version of the page Manual:$wgSQLMode and the translation is 67% complete.
Languages:
| MySQL-specific: $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.