mysqld_safe

mysqld_safe

am 08.01.2003 08:03:17 von Steven Roussey

How-To-Repeat:

In 4.0.8:

In mysqld_safe:
...
--open-files=*) open_files=`echo "$arg" | sed -e
"s;--open-files=;;"` ;;
--open-files-limit=*) open_files=`echo "$arg" | sed -e
"s;--open-files-limit=;;"` ;;
--core-file-size=*) core_file_size=`echo "$arg" | sed -e
"s;--core_file_size=;;"` ;;
...

The last line above should read

--core-file-size=*) core_file_size=`echo "$arg" | sed -e
"s;--core-file-size=;;"` ;;

There was a similar issue with open-files-limit and confusion on when to
use a dash and when to use an underline.

And since we are on the subject of mysqld_safe, I would like to throw in
another feature request:

To have something like --startup-check-tables to enable the "Checking
tables in $DATADIR" section of the file rather than having to edit
mysqld_safe. :)

-steve-



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

Re: mysqld_safe

am 09.01.2003 14:22:07 von Sinisa Milivojevic

Steven Roussey writes:
> How-To-Repeat:
>
> In 4.0.8:
>
> In mysqld_safe:
> ...
> --open-files=*) open_files=`echo "$arg" | sed -e
> "s;--open-files=;;"` ;;
> --open-files-limit=*) open_files=`echo "$arg" | sed -e
> "s;--open-files-limit=;;"` ;;
> --core-file-size=*) core_file_size=`echo "$arg" | sed -e
> "s;--core_file_size=;;"` ;;
> ...
>
> The last line above should read
>
> --core-file-size=*) core_file_size=`echo "$arg" | sed -e
> "s;--core-file-size=;;"` ;;
>
> There was a similar issue with open-files-limit and confusion on when to
> use a dash and when to use an underline.
>
> And since we are on the subject of mysqld_safe, I would like to throw in
> another feature request:
>
> To have something like --startup-check-tables to enable the "Checking
> tables in $DATADIR" section of the file rather than having to edit
> mysqld_safe. :)
>
> -steve-

Thank you for pointing this out.

We shall apply it immediately.

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

Join MySQL Users Conference and Expo:
http://www.mysql.com/events/uc2003/


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