diff options
author | unknown <konstantin@oak.local> | 2003-11-28 17:28:04 +0300 |
---|---|---|
committer | unknown <konstantin@oak.local> | 2003-11-28 17:28:04 +0300 |
commit | 5a32d42afc01c5d127fc17108a456f37aa78c72d (patch) | |
tree | 20470f747f7db614f2d2a63ecaddf32ed3ee0232 /sql-common | |
parent | ca79326ecc2ab8b13162bb370a547921769cfb81 (diff) | |
download | mariadb-git-5a32d42afc01c5d127fc17108a456f37aa78c72d.tar.gz |
cleanup: comment moved to proper place
Diffstat (limited to 'sql-common')
-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 */ |