| Bug #20393 | User name truncation in mysql client | ||
|---|---|---|---|
| Submitted: | 12 Jun 2006 15:10 | Modified: | 19 Sep 2006 18:43 |
| Reporter: | Peter Gulutzan | ||
| Status: | Closed | ||
| Category: | Client | Severity: | S3 (Non-critical) |
| Version: | 5.1.12-beta-debug | OS: | Linux (SUSE 10.0) |
| Assigned to: | Sergey Gluhov | Target Version: | |
[12 Jun 2006 15:10]
Peter Gulutzan
[14 Jun 2006 8:58]
Hartmut Holzgraefe
$ mysql --default-character-set=utf8 --user=aaaaoooouuuu -e "select user()\G" *************************** 1. row *************************** user(): aaaaoooouuuu@localhost $ mysql --default-character-set=utf8 --user=ääääööööüüüü -e "select user()\G" *************************** 1. row *************************** user(): ääääöööö@localhost
[15 Aug 2006 12:20]
Sergey Gluhov
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/10446 ChangeSet@1.2226, 2006-08-15 15:34:41+05:00, gluh@mysql.com +7 -0 Bug#20393 User name truncation in mysql client Bug#21432 Database/Table name limited to 64 bytes, not chars, problems with multi-byte
[23 Aug 2006 12:39]
Sergey Gluhov
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/10752 ChangeSet@1.2544, 2006-08-23 15:54:40+05:00, gluh@mysql.com +7 -0 Bug#20393 User name truncation in mysql client Bug#21432 Database/Table name limited to 64 bytes, not chars, problems with multi-byte
[30 Aug 2006 13:06]
Sergey Gluhov
Fixed in 4.1.22
[12 Sep 2006 3:16]
Paul DuBois
Noted in 4.1.22 changelog. Usernames have a maximum length of 16 characters (even if they contain multi-byte characters), but were being truncated to 16 bytes.
[18 Sep 2006 23:57]
Timothy Smith
Pushed to 5.0.26 and 5.1.12
[19 Sep 2006 18:43]
Paul DuBois
Noted in 5.0.26, 5.1.12 changelogs.
