mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
merge
This commit is contained in:
@ -164,6 +164,7 @@ mysql_real_connect(MYSQL *mysql,const char *host, const char *user,
|
|||||||
port=0;
|
port=0;
|
||||||
unix_socket=0;
|
unix_socket=0;
|
||||||
|
|
||||||
|
client_flag|=mysql->options.client_flag;
|
||||||
/* Send client information for access check */
|
/* Send client information for access check */
|
||||||
client_flag|=CLIENT_CAPABILITIES;
|
client_flag|=CLIENT_CAPABILITIES;
|
||||||
if (client_flag & CLIENT_MULTI_STATEMENTS)
|
if (client_flag & CLIENT_MULTI_STATEMENTS)
|
||||||
|
Reference in New Issue
Block a user