summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authormonty@mashka.mysql.fi <>2002-08-24 05:44:16 +0300
committermonty@mashka.mysql.fi <>2002-08-24 05:44:16 +0300
commit04723cf74d49e8daaf35ced5bf1048685fa337e1 (patch)
tree1c291b78b8e23fd7562cf7e469a4f2bb2e8f4565 /scripts
parent3b81549d9314c7aea5031f455ce7993b53fcceb7 (diff)
downloadmariadb-git-04723cf74d49e8daaf35ced5bf1048685fa337e1.tar.gz
Give better error from reconnect()
Fixed hang in start_slave_threads() when thread dies quickly.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/mysql_zap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mysql_zap.sh b/scripts/mysql_zap.sh
index 312d15e34d6..f485d164282 100644
--- a/scripts/mysql_zap.sh
+++ b/scripts/mysql_zap.sh
@@ -12,7 +12,7 @@ $opt_f= 0;
$opt_t= 0;
$opt_a = "";
-$BSD = -f '/vmunix' || $ENV{"OS"} eq "SunOS4";
+$BSD = -f '/vmunix' || $ENV{"OS"} eq "SunOS4" || $^O eq 'darwin';
$LINUX = $^O eq 'linux';
$pscmd = $BSD ? "/bin/ps -auxww" : $LINUX ? "/bin/ps axuw" : "/bin/ps -ef";