mariadb/storage/xtradb/fil
Jan Lindström 70b82efd20 MDEV-8273: InnoDB: Assertion failure in file fil0pagecompress.cc line 532
Analysis: Problem was that actual payload size (page size) after compression
was handled incorrectly on encryption. Additionally, some of the variables
were not initialized.

Fixed by encrypting/decrypting only the actual compressed page size.
2015-06-09 11:35:21 +03:00
..
fil0crypt.cc MDEV-8273: InnoDB: Assertion failure in file fil0pagecompress.cc line 532 2015-06-09 11:35:21 +03:00
fil0fil.cc MDEV-8272: Encryption performance: Reduce the number of unused memcpy's 2015-06-09 11:35:21 +03:00
fil0pagecompress.cc MDEV-8250: InnoDB: Page compressed tables are not compressed and compressed+encrypted tables cause crash 2015-06-04 09:47:06 +03:00