mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge mysql.com:/M40/comment-4.0 into mysql.com:/M41/comment-4.1
This commit is contained in:
@ -476,6 +476,13 @@ while test $# -gt 0; do
|
||||
--fast)
|
||||
FAST_START=1
|
||||
;;
|
||||
--comment=*)
|
||||
TMP=`$ECHO "$1" | $SED -e "s;--comment=;;"`
|
||||
echo
|
||||
echo '############################################'
|
||||
echo "# $TMP"
|
||||
echo '############################################'
|
||||
;;
|
||||
-- ) shift; break ;;
|
||||
--* ) $ECHO "Unrecognized option: $1"; exit 1 ;;
|
||||
* ) break ;;
|
||||
|
Reference in New Issue
Block a user