diff options
author | Michael Widenius <monty@askmonty.org> | 2010-09-09 18:12:06 +0300 |
---|---|---|
committer | Michael Widenius <monty@askmonty.org> | 2010-09-09 18:12:06 +0300 |
commit | 6f59c41d2dfad95ecdb161d6b08ec4cce736f7a8 (patch) | |
tree | b5079607365153088cfb148c5edd562f2e9ed517 /scripts | |
parent | f7a701ae95472458ee15f7b46ca915f0d9304e9c (diff) | |
download | mariadb-git-6f59c41d2dfad95ecdb161d6b08ec4cce736f7a8.tar.gz |
Updated failure text for maria_install_db
Don't give warning about block_insert if table is crashed.
scripts/mysql_install_db.sh:
Added link to KB.
storage/maria/ma_recovery.c:
Don't give warning about block_insert if table is crashed.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/mysql_install_db.sh | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/scripts/mysql_install_db.sh b/scripts/mysql_install_db.sh index 8bae2ec9db1..2d3775afb3a 100644 --- a/scripts/mysql_install_db.sh +++ b/scripts/mysql_install_db.sh @@ -408,20 +408,16 @@ else echo " shell> $bindir/mysql -u root mysql" echo " mysql> show tables" echo - echo "Try 'mysqld --help' if you have problems with paths. Using --log" - echo "gives you a log in $ldata that may be helpful." + echo "Try 'mysqld --help' if you have problems with paths. Using" + echo "--general-log gives you a log in $ldata that may be helpful." echo - echo "The latest information about MariaDB is available on the web at" - echo "http://askmonty.org/wiki/index.php/MariaDB". - echo "If you have a problem, you can consult the MySQL manual section" - echo "'Problems running mysql_install_db', and the manual section that" - echo "describes problems on your OS at http://dev.mysql.com/doc/" + echo "The latest information about mysql_install_db is available at" + echo "http://kb.askmonty.org/v/installing-system-tables-mysql_install_db." echo "MariaDB is hosted on launchpad; You can find the latest source and" echo "email lists at http://launchpad.net/maria" echo echo "Please check all of the above before mailing us! And remember, if" echo "you do mail us, you should use the $scriptdir/mysqlbug script!" - echo exit 1 fi |