[MDEV-29776] collation_connection and db_collation are too short in mysql.proc and mysql.event Created: 2022-10-12 Updated: 2022-10-14 Resolved: 2022-10-14 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Character Sets, Data types |
| Affects Version/s: | None |
| Fix Version/s: | 10.10.2, 10.11.1 |
| Type: | Bug | Priority: | Blocker |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
The patch for
INFORMATION_SCHEMA tables were fixed accordinly. However, tables mysql.proc and mysql.event were forgotten:
Some new collation names do not fit into 32 characters:
Definitions for mysql.proc and mysql.event should be updated to use char(64) as the data type for the mentioned columns. |
| Comments |
| Comment by Alexander Barkov [ 2022-10-12 ] |
|
Hello serg, please review a patch: https://github.com/MariaDB/server/commit/1a016e9524c8efae0667bf3cbe104c7316fab023 |
| Comment by Sergei Golubchik [ 2022-10-13 ] |
|
1a016e9524c is ok to push |