[MDEV-30278] 4K aria block size is no longer usable, bootstrap fails Created: 2022-12-20 Updated: 2023-11-28 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - Aria, Variables |
| Affects Version/s: | 10.6, 10.7, 10.8, 10.9, 10.10, 10.11 |
| Fix Version/s: | 10.6 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Oleksandr Byelkin |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
In 10.6+ table mysql.db has longer fields Host and User, and they together make table creation fail on the server with aria-block-size=4096:
And since it cannot be bootstrapped with this value, the server cannot be started with it either (control file mismatch). |