mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
cleanup: comment moved to proper place
This commit is contained in:
@@ -1455,8 +1455,8 @@ CLI_MYSQL_REAL_CONNECT(MYSQL *mysql,const char *host, const char *user,
|
||||
user ? user : "(Null)"));
|
||||
|
||||
/* Don't give sigpipe errors if the client doesn't want them */
|
||||
mysql->methods= &client_methods;
|
||||
set_sigpipe(mysql);
|
||||
mysql->methods= &client_methods;
|
||||
net->vio = 0; /* If something goes wrong */
|
||||
mysql->client_flag=0; /* For handshake */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user