[MDEV-27882] Innodb - recognise MySQL-8.0 innodb flags and give a specific error message Created: 2022-02-18 Updated: 2022-12-13 Resolved: 2022-11-10 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 10.2 |
| Fix Version/s: | 10.11.2, 10.3.38, 10.4.28, 10.5.19, 10.6.12, 10.7.8, 10.8.7, 10.9.5, 10.10.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Daniel Black | Assignee: | Daniel Black |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Could leave the use impression that MariaDB has broken their data (as happen to this reddit user). A more friendly message indicating that we know its not our data could save user's from blaming us or abandoning hope for their data. Range of flags for different MySQL-8.0 innodb-page-size:
|
| Comments |
| Comment by Marko Mäkelä [ 2022-11-07 ] |
|
Can you try creating encrypted tables as well? And see what happens on ALTER TABLE…IMPORT TABLESPACE? |
| Comment by Marko Mäkelä [ 2022-11-10 ] |
|
This looks OK to me after some final adjustments. |
| Comment by Daniel Black [ 2022-11-10 ] |
|
Thanks Marko. Currently doesn't have an encryption test, but does test the flags. |