summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorunknown <msvensson@pilot.blaudden>2007-02-26 14:49:41 +0100
committerunknown <msvensson@pilot.blaudden>2007-02-26 14:49:41 +0100
commit0d18610ab5e621f0d0aa98ad491fb278e5940ab0 (patch)
tree0dc6c2c4d3f17f071bfc97dd4af57b9f184b9cd9 /scripts
parent4bb60076df1a0ae664fd5bb5b3664201585964d2 (diff)
downloadmariadb-git-0d18610ab5e621f0d0aa98ad491fb278e5940ab0.tar.gz
Remove another spurious "
Diffstat (limited to 'scripts')
-rw-r--r--scripts/mysql_fix_privilege_tables.sql.in2
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 2098f93dcb7..205bc93efea 100644
--- a/scripts/mysql_fix_privilege_tables.sql.in
+++ b/scripts/mysql_fix_privilege_tables.sql.in
@@ -28,7 +28,7 @@ UPDATE host SET References_priv=Create_priv,Index_priv=Create_priv,Alter_priv=Cr
#
# The second alter changes ssl_type to new 4.0.2 format
-# Adding columns needed by GRANT .. REQUIRE (openssl)"
+# Adding columns needed by GRANT .. REQUIRE (openssl)
ALTER TABLE user
ADD ssl_type enum('','ANY','X509', 'SPECIFIED') COLLATE utf8_general_ci NOT NULL,