mirror of
https://github.com/MariaDB/server.git
synced 2025-07-16 00:42:55 +03:00
Fix typo in mysql_fix_privilege_tables.sql (Bug #12705)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user