summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkonstantin@oak.local <>2003-11-28 17:28:04 +0300
committerkonstantin@oak.local <>2003-11-28 17:28:04 +0300
commite149e63334b42cb80ed3e8a2f85bb31d5ac949d1 (patch)
tree20470f747f7db614f2d2a63ecaddf32ed3ee0232
parent3f6ef8d1ae9665eeec5a5116933b96978756bbf1 (diff)
downloadmariadb-git-e149e63334b42cb80ed3e8a2f85bb31d5ac949d1.tar.gz
cleanup: comment moved to proper place
-rw-r--r--sql-common/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-common/client.c b/sql-common/client.c
index 6b99b3424ea..52e5f84deae 100644
--- a/sql-common/client.c
+++ b/sql-common/client.c
@@ -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 */