diff options
author | unknown <msvensson@pilot.blaudden> | 2007-02-26 14:48:41 +0100 |
---|---|---|
committer | unknown <msvensson@pilot.blaudden> | 2007-02-26 14:48:41 +0100 |
commit | 4bb60076df1a0ae664fd5bb5b3664201585964d2 (patch) | |
tree | 4314ca73b570307a904a203b13c915eca6655a1f /scripts | |
parent | 5d4e0417ad5a4b7758f216f86ad91b97287eec29 (diff) | |
download | mariadb-git-4bb60076df1a0ae664fd5bb5b3664201585964d2.tar.gz |
Remove spurious "
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/mysql_fix_privilege_tables.sql.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mysql_fix_privilege_tables.sql.in b/scripts/mysql_fix_privilege_tables.sql.in index 00363b27fdd..2098f93dcb7 100644 --- a/scripts/mysql_fix_privilege_tables.sql.in +++ b/scripts/mysql_fix_privilege_tables.sql.in @@ -1,7 +1,7 @@ # This part converts any old privilege tables to privilege tables suitable # for current version of MySQL -# You can safely ignore all 'Duplicate column' and 'Unknown column' errors" +# You can safely ignore all 'Duplicate column' and 'Unknown column' errors # 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! |