mariadb/storage/innobase/buf
Jan Lindström 7e916bb86f MDEV-8588: Assertion failure in file ha_innodb.cc line 21140 if at least one encrypted table exists and encryption service is not available
Analysis: Problem was that in fil_read_first_page we do find that
    table has encryption information and that encryption service
    or used key_id is not available. But, then we just printed
    fatal error message that causes above assertion.

    Fix: When we open single table tablespace if it has encryption
    information (crypt_data) store this crypt data to the table
    structure. When we open a table and we find out that tablespace
    is not available, check has table a encryption information
    and from there is encryption service or used key_id is not available.
    If it is, add additional warning for SQL-layer.
2015-09-04 20:19:45 +03:00
..
buf0buddy.cc move to storage/innobase 2015-05-04 19:17:21 +02:00
buf0buf.cc MDEV-8588: Assertion failure in file ha_innodb.cc line 21140 if at least one encrypted table exists and encryption service is not available 2015-09-04 20:19:45 +03:00
buf0checksum.cc Merge tag 'mariadb-10.0.20' into 10.1 2015-06-27 20:35:26 +02:00
buf0dblwr.cc MDEV-8272: Encryption performance: Reduce the number of unused memcpy's 2015-06-09 11:35:21 +03:00
buf0dump.cc MDEV-8303; Dumping buffer pool noisy in the logs. 2015-06-18 12:20:21 +03:00
buf0flu.cc Merge branch '10.0' into 10.1 2015-09-03 12:58:41 +02:00
buf0lru.cc move to storage/innobase 2015-05-04 19:17:21 +02:00
buf0mtflu.cc MDEV-7424: InnoDB: Assertion failure in thread 139901753345792 2015-01-14 19:24:37 +02:00
buf0rea.cc MDEV-8588: Assertion failure in file ha_innodb.cc line 21140 if at least one encrypted table exists and encryption service is not available 2015-09-04 20:19:45 +03:00