[MDEV-26342] Incorrect definition of table mysql.event: Multiple bugs Created: 2021-08-11 Updated: 2022-10-25 Resolved: 2021-09-12 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Events, Upgrades |
| Affects Version/s: | 10.6.3 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Minor |
| Reporter: | sjon | Assignee: | Unassigned |
| Resolution: | Incomplete | Votes: | 0 |
| Labels: | need_feedback | ||
| Environment: |
archlinux |
||
| Description |
|
My MariaDB instance currently logs the following message:
I have multiple issues with this:
Imo all three of these issues should be fixed |
| Comments |
| Comment by Sergei Golubchik [ 2021-08-14 ] |
|
what does SHOW CREATE TABLE mysql.event return? |
| Comment by Simon Avery [ 2022-10-25 ] |
|
(This is old and closed, but still appearing as a top google search so for the benefit of others who may get directed here) This occurs after mariadb has been upgraded between point versions and before mysql_upgrade has been run. Running *mysql_upgrade *after 10.5 to 10.6 upgrade resolved it for me. |