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 | 034165cec0d3eb02b58777a0f209dab4e2aea006 (patch) | |
tree | 1989c6cbbeb0d5161a1adbab84f88f0396de4777 /libmysql/libmysql.c | |
parent | 65edc14d653307ff1d32ae8b5f211570f07103f0 (diff) | |
parent | e5a6661ac956db5b468f04ce99965e9dba0d1c29 (diff) | |
download | mariadb-git-034165cec0d3eb02b58777a0f209dab4e2aea006.tar.gz |
Automerge.
Diffstat (limited to 'libmysql/libmysql.c')
-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 } |