summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorunknown <arjen@fred.bitbike.com>2002-07-14 14:49:44 +1000
committerunknown <arjen@fred.bitbike.com>2002-07-14 14:49:44 +1000
commitb8c67ba8ed52d8f606cc5773bd222f7ca56b1c36 (patch)
treec347df6950b35beb2747624a05b2256c2df398f4 /scripts
parente1be46a60550c6ed2e537ff4f37dc8fbdb89b160 (diff)
downloadmariadb-git-b8c67ba8ed52d8f606cc5773bd222f7ca56b1c36.tar.gz
Little typo fix in script text.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/mysql_fix_privilege_tables.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mysql_fix_privilege_tables.sh b/scripts/mysql_fix_privilege_tables.sh
index 7fc18aa1e2f..a492066235b 100644
--- a/scripts/mysql_fix_privilege_tables.sh
+++ b/scripts/mysql_fix_privilege_tables.sh
@@ -140,7 +140,7 @@ echo ""
# Change the user table to MySQL 4.0 format
#
-echo "Adding new fields used by MySQL 4.02 to the privilege tables"
+echo "Adding new fields used by MySQL 4.0.2 to the privilege tables"
echo "You can ignore any Duplicate column errors"
@bindir@/mysql --user=root --password="$root_password" --host="$host" mysql <<END_OF_DATA