Warning added

This commit is contained in:
Olga Revyakina 2021-01-24 11:32:59 +03:00
parent a541241017
commit ab8b78d19d
2 changed files with 8 additions and 2 deletions

View File

@ -55,10 +55,13 @@ All other MySQL data types are converted into [String](../../sql-reference/data-
For better compatibility you may address global variables in MySQL style, as `@@identifier`.
By now only these variables are supported:
These variables are supported:
- `version`
- `max_allowed_packet`
!!! warning "Warning"
By now these variables are stubs and don't correspond to anything.
Example:
``` sql

View File

@ -55,10 +55,13 @@ ENGINE = MySQL('host:port', ['database' | database], 'user', 'password')
Для лучшей совместимости к глобальным переменным можно обращаться в формате MySQL, как `@@identifier`.
В настоящее время поддерживаются следующие переменные:
Поддерживаются следующие переменные:
- `version`
- `max_allowed_packet`
!!! warning "Предупреждение"
В настоящее время эти переменные реализованы только как "заглушки" и не содержат актуальных данных.
Пример:
``` sql