diff options
author | unknown <guilhem@mysql.com> | 2004-08-13 15:29:47 +0200 |
---|---|---|
committer | unknown <guilhem@mysql.com> | 2004-08-13 15:29:47 +0200 |
commit | 621506815f343abc29ab1b8a89adc757f6e32bf9 (patch) | |
tree | 582f7a96c0de7a73605ef6c6e4f858a80e79d75b /innobase/row/row0mysql.c | |
parent | 4dfe16c287bc06cf994099382d0465d518370301 (diff) | |
download | mariadb-git-621506815f343abc29ab1b8a89adc757f6e32bf9.tar.gz |
Escaping [] so that darwin[7-8] gets into 'configure' and not darwin7-8
Adding a compilation define so that on recent Darwin mysqld does not react to SIGHUP and SIGQUIT:
this fixes a rpl000001 problem on our Powermac G5 machine (popping after an upgrade from 10.3.4 to
10.3.5) and is expected to fix
BUG#2030 "relay bin log on slave resets multiple times a second"
(i.e. under some Mac OS X Panther versions, mysqld receives many SIGHUP and SIGQUIT).
So this fix is more a problem-hider than a real understanding of why mysqld receives so many signals.
Note that we saw other problems on this OS where mysqld reacts to Ctrl-Z but apparently only once,
where using SSL seems to make the problem more frequent...
configure.in:
Escaping [] so that darwin[7-8] gets into 'configure' and not darwin7-8
Adding a compilation define so that on recent Darwin mysqld does not react to SIGHUP and SIGQUIT.
sql/mysqld.cc:
optionally ignore SIGHUP and SIGQUIT, for some Mac OS X Panther versions which send too many of those.
Diffstat (limited to 'innobase/row/row0mysql.c')
0 files changed, 0 insertions, 0 deletions