diff options
author | Alexey Kopytov <Alexey.Kopytov@Sun.com> | 2010-07-01 12:10:35 +0400 |
---|---|---|
committer | Alexey Kopytov <Alexey.Kopytov@Sun.com> | 2010-07-01 12:10:35 +0400 |
commit | 988dc2300009ba6529ced9ab55cecb6c6bbc008e (patch) | |
tree | 1989c6cbbeb0d5161a1adbab84f88f0396de4777 /libmysql | |
parent | a6220d8279d80f012edd4e76f34220e8c80c25b4 (diff) | |
parent | ac89d92625a0ebf7ba70de0412b38e5cefdf2dda (diff) | |
download | mariadb-git-988dc2300009ba6529ced9ab55cecb6c6bbc008e.tar.gz |
Automerge.
Diffstat (limited to 'libmysql')
-rw-r--r-- | libmysql/libmysql.c | 2 |
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 } |