fix for a small typo in the last push

scripts/safe_mysqld.sh:
  fix for a small type
This commit is contained in:
unknown 2002-10-07 15:07:45 +03:00
parent 03af773b7b
commit 03be0476ab

View file

@ -269,7 +269,7 @@ do
done
fi
echo "`date +'%y%m%d %H:%M:%S' mysqld restarted" | tee -a $err_log
echo "`date +'%y%m%d %H:%M:%S'` mysqld restarted" | tee -a $err_log
done
echo "`date +'%y%m%d %H:%M:%S'` mysqld ended" | tee -a $err_log