2 messages in com.mysql.lists.bugsRe: mysqld_safe| From | Sent On | Attachments |
|---|---|---|
| Steven Roussey | 07 Jan 2003 23:02 | |
| Sinisa Milivojevic | 09 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.
-- __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / Mr. Sinisa Milivojevic <sin...@mysql.com> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus <___/ www.mysql.com
Join MySQL Users Conference and Expo: http://www.mysql.com/events/uc2003/




