Re: MySQL 3.23.54 safe_mysqld fix

2002-12-14 Thread Lenz Grimmer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thu, 12 Dec 2002, Nick wrote:

 The following code is incorrect in safe_mysqld on 3.23.54 at least (that
 is all I have checked)

 Line 162:
 if $NOHUP_NICENESS -gt 0
 then
   $NOHUP_NICENESS=nice --$NOHUP_NICENESS nohup


 This needs to be:

 if test $NOHUP_NICENESS -gt 0
 then
   NOHUP_NICENESS=nice --$NOHUP_NICENESS nohup

Thanks for spotting this! I've now fixed it for the next release.

Bye,
LenZ
- -- 
For technical support contracts, visit https://order.mysql.com/?ref=mlgr
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /  Mr. Lenz Grimmer [EMAIL PROTECTED]
 / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Production Engineer
/_/  /_/\_, /___/\___\_\___/ Hamburg, Germany
   ___/   www.mysql.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.0 (GNU/Linux)
Comment: For info see http://quantumlab.net/pine_privacy_guard/

iD8DBQE9+Z38SVDhKrJykfIRAr/DAJ4+YfJFYOtp4nhvxgYlXeA8O/GuZwCcD728
xlOjQ4JJ2KANXH11EHx/Nqs=
=dd/k
-END PGP SIGNATURE-


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




MySQL 3.23.54 safe_mysqld fix

2002-12-12 Thread Nick
The following code is incorrect in safe_mysqld on 3.23.54 at least (that
is all I have checked)

Line 162:
if $NOHUP_NICENESS -gt 0
then
  $NOHUP_NICENESS=nice --$NOHUP_NICENESS nohup


This needs to be:

if test $NOHUP_NICENESS -gt 0
then
  NOHUP_NICENESS=nice --$NOHUP_NICENESS nohup



Thanks!

Nickg


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: MySQL 3.23.54 safe_mysqld fix

2002-12-12 Thread tibyke
what an important piece of information, thanks, Nick!

tibyke

On Thu, 12 Dec 2002 12:46:10 -0600
Nick [EMAIL PROTECTED] wrote:

N The following code is incorrect in safe_mysqld on 3.23.54 at least (that
N is all I have checked)
N 
N Line 162:
N if $NOHUP_NICENESS -gt 0
N then
N   $NOHUP_NICENESS=nice --$NOHUP_NICENESS nohup
N 
N 
N This needs to be:
N 
N if test $NOHUP_NICENESS -gt 0
N then
N   NOHUP_NICENESS=nice --$NOHUP_NICENESS nohup
N 
N 
N 
N Thanks!
N 
N Nickg
N 
N 
N -
N Before posting, please check:
Nhttp://www.mysql.com/manual.php   (the manual)
Nhttp://lists.mysql.com/   (the list archive)
N 
N To request this thread, e-mail [EMAIL PROTECTED]
N To unsubscribe, e-mail [EMAIL PROTECTED]
N Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
N 
N 

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php