commit 2bea4bd9ed7ebdee60a70918816c46d2cf3362b9
Author: Jan Lindström <jan.lindstrom@mariadb.com>
Date: Tue May 26 14:59:39 2015 +0300
MDEV-8233: InnoDB: Assertion failure in fil_page_decompress with encrypted tables
Analysis: Problem was that used compression method needs to be stored
to the page.
Fixed by storing compression method after key_version to the page.
Test case.