From 6ce9c90db9340bdad0ba0aaa4f01e85b5409ba17 Mon Sep 17 00:00:00 2001 From: "kent@mysql.com" <> Date: Wed, 29 Mar 2006 23:51:23 +0200 Subject: mysqld_safe.sh: Added --help option, bug#16392 acinclude.m4: Use "$shrext_cmds" when testing if shared library exists, bug#16332 --- scripts/mysqld_safe.sh | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'scripts') diff --git a/scripts/mysqld_safe.sh b/scripts/mysqld_safe.sh index 6ce4c1e0da8..c655910dc2c 100644 --- a/scripts/mysqld_safe.sh +++ b/scripts/mysqld_safe.sh @@ -24,6 +24,31 @@ case "$1" in ;; esac +usage () { + cat <