mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 10:18:09 -04:00
14 lines
555 B
Bash
14 lines
555 B
Bash
$NetBSD: patch-scripts_mysqld__safe.sh,v 1.1.1.1 2014/12/01 05:58:03 jnemeth Exp $
|
|
|
|
--- scripts/mysqld_safe.sh.orig 2011-03-31 13:36:18.000000000 +0000
|
|
+++ scripts/mysqld_safe.sh
|
|
@@ -747,7 +747,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
|
|
|