diff options
author | unknown <jimw@mysql.com> | 2005-08-23 16:37:21 -0700 |
---|---|---|
committer | unknown <jimw@mysql.com> | 2005-08-23 16:37:21 -0700 |
commit | 8767335309e0212b6b8c9fc5220fcdedb0ffee1e (patch) | |
tree | 3bb337da818745267b18f1873926aa5fc8fe0751 /scripts/mysql_fix_privilege_tables.sql | |
parent | 142f65834b73e99cce98d9c537c22584bdd81033 (diff) | |
download | mariadb-git-8767335309e0212b6b8c9fc5220fcdedb0ffee1e.tar.gz |
Fix typo in mysql_fix_privilege_tables.sql (Bug #12705)
scripts/mysql_fix_privilege_tables.sql:
Fix typo
Diffstat (limited to 'scripts/mysql_fix_privilege_tables.sql')
-rw-r--r-- | scripts/mysql_fix_privilege_tables.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mysql_fix_privilege_tables.sql b/scripts/mysql_fix_privilege_tables.sql index f67bab44514..45f3b8533b5 100644 --- a/scripts/mysql_fix_privilege_tables.sql +++ b/scripts/mysql_fix_privilege_tables.sql @@ -509,7 +509,7 @@ ALTER TABLE proc MODIFY name char(64) DEFAULT '' NOT NULL, 'TRADITIONAL', 'NO_AUTO_CREATE_USER', 'HIGH_NOT_PRECEDENCE' - ) DEFAULT '' NOT NULL + ) DEFAULT '' NOT NULL, DEFAULT CHARACTER SET utf8; # Correct the character set and collation |