[MDEV-16341] Wrong length for USER columns in performance_schema tables Created: 2018-05-30 Updated: 2021-01-12 Resolved: 2021-01-12 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Server |
| Affects Version/s: | 10.0, 10.1, 10.2.15, 10.2, 10.3 |
| Fix Version/s: | 10.2.37, 10.3.28, 10.4.18, 10.5.9 |
| Type: | Bug | Priority: | Major |
| Reporter: | dnt | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The USER columns in the performance_schema tables have a length of 16 but should have 80 (the maximum allowed user name length). As far as I've seen this affects the following tables:
|
| Comments |
| Comment by Elena Stepanova [ 2018-06-01 ] |
|
Thanks for the report. |