mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
5.5 merge
This commit is contained in:
@@ -4207,6 +4207,7 @@ mysql_options(MYSQL *mysql,enum mysql_option option, const void *arg)
|
||||
mysql->options.methods_to_use= option;
|
||||
break;
|
||||
case MYSQL_SET_CLIENT_IP:
|
||||
my_free(mysql->options.client_ip);
|
||||
mysql->options.client_ip= my_strdup(arg, MYF(MY_WME));
|
||||
break;
|
||||
case MYSQL_SECURE_AUTH:
|
||||
|
Reference in New Issue
Block a user