summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorSergey Petrunya <psergey@askmonty.org>2013-07-04 16:36:43 +0400
committerSergey Petrunya <psergey@askmonty.org>2013-07-04 16:36:43 +0400
commitf9a9309a77cbdab46b08c41191c9d9c0d47e75c3 (patch)
tree06492ea7f7317763b5bfcfbb6ad3c31c2d4e595c /scripts
parent1ff340ad17b12187db6ffc40ad155d9f1e794801 (diff)
downloadmariadb-git-f9a9309a77cbdab46b08c41191c9d9c0d47e75c3.tar.gz
Fix typo in scripts/mysql_system_tables_fix.sql
Diffstat (limited to 'scripts')
-rw-r--r--scripts/mysql_system_tables_fix.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mysql_system_tables_fix.sql b/scripts/mysql_system_tables_fix.sql
index 5a61bb3582f..0033036de2a 100644
--- a/scripts/mysql_system_tables_fix.sql
+++ b/scripts/mysql_system_tables_fix.sql
@@ -630,7 +630,7 @@ UPDATE user SET Create_tablespace_priv = Super_priv WHERE @hadCreateTablespacePr
ALTER TABLE user ADD plugin char(64) DEFAULT '', ADD authentication_string TEXT;
ALTER TABLE user ADD password_expired ENUM('N', 'Y') COLLATE utf8_general_ci DEFAULT 'N' NOT NULL;
-ALTER TABLE user MODIFY plugin char(64) CHARACTER SET latin1 DEFAULT '' NOT NULL, user MODIFY authentication_string TEXT NOT NULL;
+ALTER TABLE user MODIFY plugin char(64) CHARACTER SET latin1 DEFAULT '' NOT NULL, MODIFY authentication_string TEXT NOT NULL;
-- Need to pre-fill mysql.proxies_priv with access for root even when upgrading from
-- older versions