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:
@ -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
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user