mariadb/mysql-test/suite/encryption/r
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
..
aria_tiny.result MDEV-8022 Assertion `rc == 0' failed in ma_encrypt on dropping an encrypted Aria table 2015-05-13 14:27:17 +02:00
create_or_replace.result MDEV-8391: encryption.innodb-page_encryption_compression fails 2015-06-29 08:49:58 +03:00
debug_key_management.result move encryption tests to a dedicate suite 2015-05-13 14:27:16 +02:00
encrypt_and_grep.result MDEV-8164: Server crashes in pfs_mutex_enter_func after fil_crypt_is_closing or alike 2015-05-18 13:28:13 +03:00
encryption_force.result MDEV-8130 Wrong error code/message while encrypting a partitioned InnoDB table 2015-05-13 14:27:18 +02:00
filekeys_encfile.result move encryption tests to a dedicate suite 2015-05-13 14:27:16 +02:00
filekeys_encfile_bad.result move encryption tests to a dedicate suite 2015-05-13 14:27:16 +02:00
filekeys_encfile_badfile.result move encryption tests to a dedicate suite 2015-05-13 14:27:16 +02:00
filekeys_encfile_file.result move encryption tests to a dedicate suite 2015-05-13 14:27:16 +02:00
filekeys_encfile_no.result move encryption tests to a dedicate suite 2015-05-13 14:27:16 +02:00
filekeys_nofile.result move encryption tests to a dedicate suite 2015-05-13 14:27:16 +02:00
filekeys_syntax.result file_key_management plugin: complain if key id 1 is not found 2015-06-02 19:00:23 +02:00
filekeys_unencfile.result move encryption tests to a dedicate suite 2015-05-13 14:27:16 +02:00
innodb-bad-key-change.result 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
innodb-encr-threads.result InnoDB: check if scrubbing is enabled before scanning the tablespace 2015-05-15 18:12:02 +02:00
innodb-page_encryption-32k.result move encryption tests to a dedicate suite 2015-05-13 14:27:16 +02:00
innodb-page_encryption.result Add show warnings to test to find out the reason for create failure. 2015-07-01 10:21:23 +03:00
innodb-page_encryption_compression.result Add show warnings to test to find out the reason for create failure. 2015-07-01 10:21:23 +03:00
innodb-page_encryption_log_encryption.result Add show warnings to test to find out the reason for create failure. 2015-07-01 10:21:23 +03:00
innodb_encryption-page-compression.result Fix test failure where the environment was not fully restored. 2015-06-29 20:03:57 +03:00
innodb_encryption.result move encryption tests to a dedicate suite 2015-05-13 14:27:16 +02:00
innodb_encryption_tables.result misc encryption tests fixes 2015-06-27 09:40:54 +02:00
innodb_first_page.result move encryption tests to a dedicate suite 2015-05-13 14:27:16 +02:00
innodb_page_encryption_key_change.result Add show warnings to test to find out the reason for create failure. 2015-07-01 10:21:23 +03:00
innodb_scrub.result move encryption tests to a dedicate suite 2015-05-13 14:27:16 +02:00
innodb_scrub_background.result Fixed innodb_scrub_background test. 2015-05-27 11:00:46 +03:00
innodb_scrub_compressed.result move encryption tests to a dedicate suite 2015-05-13 14:27:16 +02:00
tempfiles.result MDEV-8126 encryption for temp files 2015-06-02 18:53:37 +02:00