[MDEV-27835] innochecksum -S crashes for encrypted .ibd tablespace Created: 2022-02-14 Updated: 2022-05-04 Resolved: 2022-03-29 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Encryption, Scripts & Clients, Storage Engine - InnoDB |
| Affects Version/s: | 10.2.27, 10.5.16 |
| Fix Version/s: | 10.2.44, 10.3.35, 10.4.25, 10.5.16, 10.6.8, 10.7.4, 10.8.3, 10.9.1 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Valerii Kravchuk | Assignee: | Vladislav Lesin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | innochecksum | ||
| Description |
|
We need a way to get summary of pages by type for the encrypted .ibd file. Now we get a crash like this when trying to gte this information for encrypted .ibd file with 10.2.27, for example:
|
| Comments |
| Comment by Valerii Kravchuk [ 2022-02-21 ] | ||||||||||||||||||||||||||||||
|
Yes, create any encrypted InnoDB table t, add some data and then stop the instance and run innochecksum -S /path/to/t.ibd, check the results. | ||||||||||||||||||||||||||||||
| Comment by Marko Mäkelä [ 2022-03-02 ] | ||||||||||||||||||||||||||||||
|
I can repeat this with the following change to an existing test:
| ||||||||||||||||||||||||||||||
| Comment by Valerii Kravchuk [ 2022-03-15 ] | ||||||||||||||||||||||||||||||
|
Repeatable the same way as Marko explained with current 10.5.16 from GitHub:
|