diff options
author | konstantin@mysql.com <> | 2003-11-28 17:28:48 +0300 |
---|---|---|
committer | konstantin@mysql.com <> | 2003-11-28 17:28:48 +0300 |
commit | 4e370c333a3c3a1a7c8d07d14b7791b499cb8e1f (patch) | |
tree | e151b98db5e8e88233e4711227dffa7a9dae15e9 /sql-common | |
parent | 8e613176b5777d717107669079d6ac9a3907e282 (diff) | |
parent | e149e63334b42cb80ed3e8a2f85bb31d5ac949d1 (diff) | |
download | mariadb-git-4e370c333a3c3a1a7c8d07d14b7791b499cb8e1f.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/home/kostja/mysql/mysql-4.1-root
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 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 */ |