summaryrefslogtreecommitdiff
path: root/sql-common
diff options
context:
space:
mode:
authormonty@narttu.mysql.fi <>2003-10-08 12:01:58 +0300
committermonty@narttu.mysql.fi <>2003-10-08 12:01:58 +0300
commitd9ff66510249cfa267c2c0f167bf174f91c4df5a (patch)
tree5f3cf2f56cc441edc81b2cf5fc056128ab764b41 /sql-common
parent359d40f2f5720b55d5131864ee25556960593ac6 (diff)
downloadmariadb-git-d9ff66510249cfa267c2c0f167bf174f91c4df5a.tar.gz
Fixes after merge
Diffstat (limited to 'sql-common')
-rw-r--r--sql-common/client.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sql-common/client.c b/sql-common/client.c
index cedfac67328..80a5a719376 100644
--- a/sql-common/client.c
+++ b/sql-common/client.c
@@ -1317,10 +1317,6 @@ mysql_init(MYSQL *mysql)
#ifndef TO_BE_DELETED
mysql->rpl_pivot = 1;
#endif
-#if defined(SIGPIPE) && defined(THREAD) && !defined(__WIN__) && !defined(MYSQL_SERVER)
- if (!((mysql)->client_flag & CLIENT_IGNORE_SIGPIPE))
- (void) signal(SIGPIPE,pipe_sig_handler);
-#endif
/*
Only enable LOAD DATA INFILE by default if configured with