summaryrefslogtreecommitdiff
path: root/sql-common
diff options
context:
space:
mode:
authorunknown <konstantin@mysql.com>2003-11-28 17:28:48 +0300
committerunknown <konstantin@mysql.com>2003-11-28 17:28:48 +0300
commita55db6213e469c051690570c6ac244d39d13967d (patch)
treee151b98db5e8e88233e4711227dffa7a9dae15e9 /sql-common
parentaa780843961c3f60028d62da7728bdb907b1f6ee (diff)
parent3cbc822de272dc1e2c70861485cfcd3576b87b15 (diff)
downloadmariadb-git-a55db6213e469c051690570c6ac244d39d13967d.tar.gz
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/home/kostja/mysql/mysql-4.1-root sql-common/client.c: Auto merged
Diffstat (limited to 'sql-common')
-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 7794173b4d0..374cbb29112 100644
--- a/sql-common/client.c
+++ b/sql-common/client.c
@@ -1456,8 +1456,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 */