Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
To increase username length from 16 characters to 64 or 128 characters. Included preliminary patch for mariadb 5.5.
In 5.5 we will not change system tables though. Which means that the user would need to alter system tables manually to use that. A test case (in mysql-test) will have to use ALTER TABLE mysql.user too.
In 10.0 we'll remove this limitation.
Attachments
Issue Links
- is duplicated by
-
MDEV-5511 Increase user name length
- Closed
- relates to
-
MDEV-4514 After increasing user name length mysql.db is reported broken and event scheduler does not start
- Closed
-
MDEV-4515 Long user names are truncated to 48 symbols in error messages
- Closed
-
MDEV-4519 SHOW EVENTS and SHOW PROCEDURE STATUS truncate long user names
- Closed
-
MDEV-5785 RBR between old master and new slave breaks on direct updates to system tables
- Closed
-
MDEV-6178 [PATCH] mysql_upgrade breaks databases with long user names
- Closed