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 | 3cbc822de272dc1e2c70861485cfcd3576b87b15 (patch) | |
tree | 20470f747f7db614f2d2a63ecaddf32ed3ee0232 /sql-common | |
parent | a723514bdd547de6f2e339e265805140ee0befde (diff) | |
download | mariadb-git-3cbc822de272dc1e2c70861485cfcd3576b87b15.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 */ |