blob: 5b7b9f67039ae8213bfa762af1a27d5934250c70 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ao,v 1.1.1.1 2010/03/04 16:28:58 taca Exp $
--- scripts/mysqld_safe.sh.orig 2010-02-04 11:38:53.000000000 +0000
+++ scripts/mysqld_safe.sh
@@ -539,7 +539,7 @@ fi
# Alternatively, you can start mysqld with the "myisam-recover" option. See
# the manual for details.
#
-# echo "Checking tables in $DATADIR"
+# log_notice "Checking tables in $DATADIR"
# $MY_BASEDIR_VERSION/bin/myisamchk --silent --force --fast --medium-check $DATADIR/*/*.MYI
# $MY_BASEDIR_VERSION/bin/isamchk --silent --force $DATADIR/*/*.ISM
|