summaryrefslogtreecommitdiff
path: root/libmysql
diff options
context:
space:
mode:
authorAlexey Kopytov <Alexey.Kopytov@Sun.com>2010-07-01 12:10:35 +0400
committerAlexey Kopytov <Alexey.Kopytov@Sun.com>2010-07-01 12:10:35 +0400
commit82b8bc6e6bb2361d30e56ee232633f3ab421727a (patch)
tree1989c6cbbeb0d5161a1adbab84f88f0396de4777 /libmysql
parent1c5388765fc121ca8e5458df80c955bc209841db (diff)
parentf3ccf5061fdf7110be6e6f1dd98fe696842081d1 (diff)
downloadmariadb-git-82b8bc6e6bb2361d30e56ee232633f3ab421727a.tar.gz
Automerge.
Diffstat (limited to 'libmysql')
-rw-r--r--libmysql/libmysql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmysql/libmysql.c b/libmysql/libmysql.c
index 0ba85c1ac07..21cbfaf6dbb 100644
--- a/libmysql/libmysql.c
+++ b/libmysql/libmysql.c
@@ -328,7 +328,7 @@ sig_handler
my_pipe_sig_handler(int sig __attribute__((unused)))
{
DBUG_PRINT("info",("Hit by signal %d",sig));
-#ifdef DONT_REMEMBER_SIGNAL
+#ifdef SIGNAL_HANDLER_RESET_ON_DELIVERY
(void) signal(SIGPIPE, my_pipe_sig_handler);
#endif
}