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
-
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Sergei Golubchik [ serg ] | Alexander Barkov [ bar ] |
Description | To increase username length from 16 characters to 48 characters. Included preliminary patch for mariadb 5.5. |
To increase username length from 16 characters to 48 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. |
Description |
To increase username length from 16 characters to 48 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. |
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. |
Assignee | Alexander Barkov [ bar ] | Alexey Botchkov [ holyfoot ] |
Summary | Increase username length from 16 characters to 48 characters | Increase username length from 16 characters |
Assignee | Alexey Botchkov [ holyfoot ] | Sergei Golubchik [ serg ] |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Workflow | defaullt [ 26808 ] | MariaDB v2 [ 42411 ] |
Workflow | MariaDB v2 [ 42411 ] | MariaDB v3 [ 61349 ] |
Workflow | MariaDB v3 [ 61349 ] | MariaDB v4 [ 132091 ] |
username length is increased in the server to 128, although practically it cannot be larger that 80 now, otherwise columns_priv table hits a max index length limitation.
pushed in 5.5