diff options
author | Sergei Golubchik <sergii@pisem.net> | 2015-01-19 17:31:59 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2015-01-19 17:31:59 +0100 |
commit | 8bc712e481a18976853fa57a7be77aab6159d431 (patch) | |
tree | 5ddf1d046b91193b1dc60dae71120745bb3496d4 /sql-common | |
parent | 3212aaa995b9a20d4986f563bc7ebd34d5fc1477 (diff) | |
download | mariadb-git-8bc712e481a18976853fa57a7be77aab6159d431.tar.gz |
MDEV-6671 mysql_server_end breaks OpenSSL
Diffstat (limited to 'sql-common')
-rw-r--r-- | sql-common/client.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql-common/client.c b/sql-common/client.c index 69387391e6d..193f80f5788 100644 --- a/sql-common/client.c +++ b/sql-common/client.c @@ -118,6 +118,7 @@ my_bool net_flush(NET *net); #define native_password_plugin_name "mysql_native_password" #define old_password_plugin_name "mysql_old_password" +uint mariadb_deinitialize_ssl= 1; uint mysql_port=0; char *mysql_unix_port= 0; const char *unknown_sqlstate= "HY000"; |