--skip-external-locking no more working on MySQL-4.0.3

--skip-external-locking no more working on MySQL-4.0.3

am 27.08.2002 13:25:23 von Jocelyn Fournier

Hi,

I've just try the latest available version of MySQL-4.0.3,
and --skip-external-locking seems to no more work.

How-to-repeat :

mysqld_safe --skip-external-locking &

020827 13:18:48 mysqld started
/usr/local/mysql/libexec/mysqld: option '--external-locking' cannot take an
argument
020827 13:18:48 mysqld ended

--skip-locking works fine

Regards,
Jocelyn


------------------------------------------------------------ ---------
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 bugs-thread12417@lists.mysql.com
To unsubscribe, e-mail

--skip-external-locking no more working on MySQL-4.0.3

am 28.08.2002 11:44:34 von Jani Tolonen

Hi Jocelyn,

Thanks for the bug report! This is fixed on my local repository
now, I will do the push later today. The fix will appear in 4.0.4.

Jocelyn Fournier writes:
> Hi,
>
> I've just try the latest available version of MySQL-4.0.3,
> and --skip-external-locking seems to no more work.
>
> How-to-repeat :
>
> mysqld_safe --skip-external-locking &
>
> 020827 13:18:48 mysqld started
> /usr/local/mysql/libexec/mysqld: option '--external-locking' cannot take an
> argument
> 020827 13:18:48 mysqld ended
>
> --skip-locking works fine
>
> Regards,
> Jocelyn

Regards,

- Jani

For technical support contracts, visit https://order.mysql.com/
__ ___ ___ ____ __
/ |/ /_ __/ __/ __ \/ / Mr. Jani Tolonen
/ /|_/ / // /\ \/ /_/ / /__ MySQL AB, Full-Time Developer
/_/ /_/\_, /___/\___\_\___/ Helsinki, Finland
<___/ www.mysql.com

------------------------------------------------------------ ---------
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 bugs-thread12421@lists.mysql.com
To unsubscribe, e-mail

Re: --skip-external-locking no more working on MySQL-4.0.3

am 30.08.2002 13:15:42 von Sinisa Milivojevic

Jocelyn Fournier writes:
> Hi,
>
> I've just try the latest available version of MySQL-4.0.3,
> and --skip-external-locking seems to no more work.
>
> How-to-repeat :
>
> mysqld_safe --skip-external-locking &
>
> 020827 13:18:48 mysqld started
> /usr/local/mysql/libexec/mysqld: option '--external-locking' cannot take an
> argument
> 020827 13:18:48 mysqld ended
>
> --skip-locking works fine
>
> Regards,
> Jocelyn


With 4.0.3 there are three options and one variable :

--enable-locking Depricated option, use --external-locking instead
--skip-locking Depricated option, use --skip-external-locking instead
--external-locking Use system (external) locking. With this option enabled...

external-locking FALSE


There is not --skip-external-locking

--
Regards,
__ ___ ___ ____ __
/ |/ /_ __/ __/ __ \/ / Mr. Sinisa Milivojevic
/ /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer
/_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus
<___/ www.mysql.com


------------------------------------------------------------ ---------
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 bugs-thread12437@lists.mysql.com
To unsubscribe, e-mail

Re: --skip-external-locking no more working on MySQL-4.0.3

am 30.08.2002 13:18:02 von Jocelyn Fournier

Hi,

AFAIK,
--skip-locking Depricated option, use --skip-external-locking instead

means --skip-external-locking option replaces --skip-locking option ;)

Regards,
Jocelyn

----- Original Message -----
From: "Sinisa Milivojevic"
To:
Cc:
Sent: Friday, August 30, 2002 1:15 PM
Subject: Re: --skip-external-locking no more working on MySQL-4.0.3


> Jocelyn Fournier writes:
> > Hi,
> >
> > I've just try the latest available version of MySQL-4.0.3,
> > and --skip-external-locking seems to no more work.
> >
> > How-to-repeat :
> >
> > mysqld_safe --skip-external-locking &
> >
> > 020827 13:18:48 mysqld started
> > /usr/local/mysql/libexec/mysqld: option '--external-locking' cannot take
an
> > argument
> > 020827 13:18:48 mysqld ended
> >
> > --skip-locking works fine
> >
> > Regards,
> > Jocelyn
>
>
> With 4.0.3 there are three options and one variable :
>
> --enable-locking Depricated option, use --external-locking instead
> --skip-locking Depricated option, use --skip-external-locking instead
> --external-locking Use system (external) locking. With this option
enabled...
>
> external-locking FALSE
>
>
> There is not --skip-external-locking
>
> --
> Regards,
> __ ___ ___ ____ __
> / |/ /_ __/ __/ __ \/ / Mr. Sinisa Milivojevic
> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer
> /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus
> <___/ www.mysql.com
>
>
> ------------------------------------------------------------ ---------
> 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 bugs-thread12437@lists.mysql.com
> To unsubscribe, e-mail
>
>
>
>


------------------------------------------------------------ ---------
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 bugs-thread12439@lists.mysql.com
To unsubscribe, e-mail

Re: --skip-external-locking no more working on MySQL-4.0.3

am 30.08.2002 14:47:37 von Sinisa Milivojevic

Jocelyn Fournier writes:
> Hi,
>
> AFAIK,
> --skip-locking Depricated option, use --skip-external-locking instead
>
> means --skip-external-locking option replaces --skip-locking option ;)
>
> Regards,
> Jocelyn

Yes, you are right.

We shall fix it in 4.0.4.

Meanwhile you may set external-locking variable.

--
Regards,
__ ___ ___ ____ __
/ |/ /_ __/ __/ __ \/ / Mr. Sinisa Milivojevic
/ /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer
/_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus
<___/ www.mysql.com


------------------------------------------------------------ ---------
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 bugs-thread12445@lists.mysql.com
To unsubscribe, e-mail