89094db8e9
popular database language in the world. MySQL is a client-server implementation that consists of a server daemon `mysqld' and many different client programs/libraries. The main goals of MySQL are speed and robustness. The base upon which MySQL is built is a set of routines that have been used in a highly demanding production environment for many years. While MySQL is still in development it already offers a rich and highly useful function set. The official way to pronounce 'MySQL' is 'My Ess Que Ell' (Not MY-SEQUEL). This package contains the MySQL client programs and libraries.
13 lines
551 B
Bash
13 lines
551 B
Bash
$NetBSD: patch-scripts_mysqld_safe.sh,v 1.1.1.1 2011/04/25 21:12:53 adam Exp $
|
|
|
|
--- scripts/mysqld_safe.sh.orig 2011-03-31 13:36:18.000000000 +0000
|
|
+++ scripts/mysqld_safe.sh
|
|
@@ -715,7 +715,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
|
|
|