[MDEV-33228] Fix Federated pre-upgrade for Catalogs Created: 2024-01-12 Updated: 2024-01-16 |
|
| Status: | In Review |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 11.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | Andrew Hutchings | Assignee: | Michael Widenius |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
Federated servers table has an extra column for Catalogs. Whilst mariadb-upgrade will add that column, we need to detect that there is an incorrect column count so that there is attempt to read with misaligned columns. |
| Comments |
| Comment by Andrew Hutchings [ 2024-01-16 ] |
|
Patch available in linuxjedi-MDEV-33228 branch. |