Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
Description
When Oracle implemented encryption in MySQL 5.7, it created a function fsp_header_get_encryption_offset() that returns the same result as the MariaDB function fsp_header_get_crypt_offset(), but with an arithmetic formula instead of iteration.
Let us remove the function fsp_header_get_crypt_offset().