1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Message/comment touchup.

This commit is contained in:
paul@kite-hub.kitebird.com
2004-06-28 11:26:54 -05:00
parent 00394f591e
commit f1218f982a
2 changed files with 2 additions and 2 deletions

View File

@ -155,7 +155,7 @@ s_echo ""
if test $verbose = 1 if test $verbose = 1
then then
s_echo "You can safely ignore all 'Duplicate column' and 'Unknown column' errors" s_echo "You can safely ignore all 'Duplicate column' and 'Unknown column' errors"
s_echo "as this just means that your tables are already up to date." s_echo "because these just mean that your tables are already up to date."
s_echo "This script is safe to run even if your tables are already up to date!" s_echo "This script is safe to run even if your tables are already up to date!"
s_echo "" s_echo ""
fi fi

View File

@ -2,7 +2,7 @@
-- for MySQL 4.0. -- for MySQL 4.0.
-- You can safely ignore all 'Duplicate column' and 'Unknown column' errors" -- You can safely ignore all 'Duplicate column' and 'Unknown column' errors"
-- as this just means that your tables where already up to date. -- because these just mean that your tables are already up to date.
-- This script is safe to run even if your tables are already up to date! -- This script is safe to run even if your tables are already up to date!
-- On unix, you should use the mysql_fix_privilege_tables script to execute -- On unix, you should use the mysql_fix_privilege_tables script to execute