diff options
Diffstat (limited to 'sql/client_settings.h')
-rw-r--r-- | sql/client_settings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/client_settings.h b/sql/client_settings.h index d6a157f71fd..cc90d6a174d 100644 --- a/sql/client_settings.h +++ b/sql/client_settings.h @@ -28,7 +28,7 @@ When adding capabilities here, consider if they should be also added to the libmysql version. */ -#define CLIENT_CAPABILITIES (CLIENT_LONG_PASSWORD | \ +#define CLIENT_CAPABILITIES (CLIENT_MYSQL | \ CLIENT_LONG_FLAG | \ CLIENT_TRANSACTIONS | \ CLIENT_PROTOCOL_41 | \ |