2 messages in com.mysql.lists.bugsRe: mysqld_safe
FromSent OnAttachments
Steven Roussey07 Jan 2003 23:02 
Sinisa Milivojevic09 Jan 2003 05:21 
Subject:Re: mysqld_safe
From:Sinisa Milivojevic (sin@mysql.com)
Date:01/09/2003 05:21:45 AM
List:com.mysql.lists.bugs

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.

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