[MDEV-8233] InnoDB: Assertion failure in fil_page_decompress with encrypted tables Created: 2015-05-26 Updated: 2015-05-27 Resolved: 2015-05-27 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Encryption, Storage Engine - InnoDB, Storage Engine - XtraDB |
| Affects Version/s: | 10.1.4 |
| Fix Version/s: | 10.1.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | Jan Lindström (Inactive) | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Comments |
| Comment by Jan Lindström (Inactive) [ 2015-05-27 ] |
|
Test case. |
| Comment by Jan Lindström (Inactive) [ 2015-05-27 ] |
|
commit 2bea4bd9ed7ebdee60a70918816c46d2cf3362b9 Analysis: Problem was that used compression method needs to be stored Fixed by storing compression method after key_version to the page. |