summaryrefslogtreecommitdiff
path: root/scripts/mysql_fix_privilege_tables.sql
diff options
context:
space:
mode:
authorunknown <paul@kite-hub.kitebird.com>2004-06-28 11:26:54 -0500
committerunknown <paul@kite-hub.kitebird.com>2004-06-28 11:26:54 -0500
commit6893aff622cb2ffc1271f1f6f0fe0f319961faf1 (patch)
tree5c8d9542f64b8ee16ef47f936354d9ad92027d3f /scripts/mysql_fix_privilege_tables.sql
parentdcb1d8ff63f63aed905d2bcc960e03daec557fa4 (diff)
downloadmariadb-git-6893aff622cb2ffc1271f1f6f0fe0f319961faf1.tar.gz
Message/comment touchup.
scripts/mysql_fix_privilege_tables.sh: Message touchup. scripts/mysql_fix_privilege_tables.sql: Comment touchup.
Diffstat (limited to 'scripts/mysql_fix_privilege_tables.sql')
-rw-r--r--scripts/mysql_fix_privilege_tables.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mysql_fix_privilege_tables.sql b/scripts/mysql_fix_privilege_tables.sql
index 41d991250c2..b578d8d06f3 100644
--- a/scripts/mysql_fix_privilege_tables.sql
+++ b/scripts/mysql_fix_privilege_tables.sql
@@ -2,7 +2,7 @@
-- for MySQL 4.0.
-- 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!
-- On unix, you should use the mysql_fix_privilege_tables script to execute