MDEV-6671 mysql_server_end breaks OpenSSL

This commit is contained in:
Sergei Golubchik 2015-01-19 17:31:59 +01:00
commit 8bc712e481
5 changed files with 7 additions and 1 deletions

View file

@ -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";