mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Give better error from reconnect()
Fixed hang in start_slave_threads() when thread dies quickly.
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user