1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-05 13:16:09 +03:00

MDEV-4574 Missing connection option MYSQL_ENABLE_CLEARTEXT_PLUGIN

recognize the constant, to be compatible with MySQL clients.
This commit is contained in:
Sergei Golubchik
2013-06-11 11:11:05 +02:00
parent 2db4392bf4
commit 43a6831fe0
3 changed files with 11 additions and 2 deletions

View File

@@ -168,8 +168,10 @@ enum mysql_option
MYSQL_OPT_GUESS_CONNECTION, MYSQL_SET_CLIENT_IP, MYSQL_SECURE_AUTH,
MYSQL_REPORT_DATA_TRUNCATION, MYSQL_OPT_RECONNECT,
MYSQL_OPT_SSL_VERIFY_SERVER_CERT, MYSQL_PLUGIN_DIR, MYSQL_DEFAULT_AUTH,
MYSQL_PROGRESS_CALLBACK,
MYSQL_ENABLE_CLEARTEXT_PLUGIN,
/* MariaDB options */
MYSQL_PROGRESS_CALLBACK=5999,
MYSQL_OPT_NONBLOCK=6000
};