diff options
author | konstantin@oak.local <> | 2003-11-28 17:28:04 +0300 |
---|---|---|
committer | konstantin@oak.local <> | 2003-11-28 17:28:04 +0300 |
commit | e149e63334b42cb80ed3e8a2f85bb31d5ac949d1 (patch) | |
tree | 20470f747f7db614f2d2a63ecaddf32ed3ee0232 | |
parent | 3f6ef8d1ae9665eeec5a5116933b96978756bbf1 (diff) | |
download | mariadb-git-e149e63334b42cb80ed3e8a2f85bb31d5ac949d1.tar.gz |
cleanup: comment moved to proper place
-rw-r--r-- | sql-common/client.c | 2 |
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 */ |