mariadb/mysql-test/suite/encryption/t
2024-09-16 10:58:40 +03:00
..
aria_tiny.test MDEV-25507 CHECK on encrypted Aria table complains about "Wrong LSN" 2021-04-30 15:45:07 +03:00
bulk_insert.opt MDEV-28679 After upgrade to 10.7.3-1 with enabled data-at-rest encryption unable to restore dump file. 2022-07-26 11:25:56 +05:30
bulk_insert.test MDEV-28679 After upgrade to 10.7.3-1 with enabled data-at-rest encryption unable to restore dump file. 2022-07-26 11:25:56 +05:30
compressed_import_tablespace.opt
compressed_import_tablespace.test
corrupted_during_recovery.combinations MDEV-25105 Remove innodb_checksum_algorithm values none,innodb,... 2021-03-11 12:46:18 +02:00
corrupted_during_recovery.test MDEV-33421 innodb.corrupted_during_recovery fails due to error that the table is corrupted 2024-02-08 14:20:42 +02:00
create_or_replace.opt MDEV-23776: Re-apply the fix and make the test more robust 2020-09-22 13:08:09 +03:00
create_or_replace.test MDEV-23776: Re-apply the fix and make the test more robust 2020-09-22 13:08:09 +03:00
create_or_replace_big.opt MDEV-23776: Split encryption.create_or_replace 2020-09-21 16:14:35 +03:00
create_or_replace_big.test MDEV-23776: Split encryption.create_or_replace 2020-09-21 16:14:35 +03:00
debug_key_management.opt
debug_key_management.test MDEV-30119 INFORMATION_SCHEMA.INNODB_TABLESPACES_ENCRYPTION.NAME is NULL for undo tablespaces 2022-11-29 19:49:53 +05:30
encrypt_and_grep.opt
encrypt_and_grep.test Merge branch '10.5' into 10.6 2024-03-13 21:02:34 +01:00
encryption_force.opt
encryption_force.test
encryption_key_corruption.combinations MDEV-26747 after-merge fix for MDEV-12026, MDEV-25105 2021-11-19 09:10:40 +02:00
encryption_key_corruption.opt MDEV-26747 improve corruption check for encrypted tables on ALTER IMPORT 2021-11-17 15:49:22 +06:00
encryption_key_corruption.test Merge 10.3 into 10.4 2021-11-17 13:59:42 +02:00
file_creation.opt
file_creation.test
filekeys-data-too-long.key MDEV-25343 Error log message not helpful when filekey is too long 2022-10-21 15:54:17 +11:00
filekeys-data.enc
filekeys-data.key
filekeys-tooshort.enc
filekeys_badtest.inc
filekeys_emptyfile.opt
filekeys_emptyfile.test
filekeys_encfile.opt
filekeys_encfile.test
filekeys_encfile_bad.opt
filekeys_encfile_bad.test
filekeys_encfile_badfile.opt
filekeys_encfile_badfile.test
filekeys_encfile_file.opt
filekeys_encfile_file.test
filekeys_encfile_no.opt
filekeys_encfile_no.test
filekeys_goodtest.inc
filekeys_nofile.test
filekeys_plugin.inc
filekeys_plugin.opt
filekeys_plugin_exists.inc
filekeys_secret_openssl_rand_128bits.enc MDEV-25343 Error log message not helpful when filekey is too long 2022-10-21 15:54:17 +11:00
filekeys_secret_openssl_rand_128bits.key MDEV-25343 Error log message not helpful when filekey is too long 2022-10-21 15:54:17 +11:00
filekeys_secret_openssl_rand_128bits.opt MDEV-25343 Error log message not helpful when filekey is too long 2022-10-21 15:54:17 +11:00
filekeys_secret_openssl_rand_128bits.test MDEV-25343 Error log message not helpful when filekey is too long 2022-10-21 15:54:17 +11:00
filekeys_secret_too_long.opt MDEV-25343 Error log message not helpful when filekey is too long 2022-10-21 15:54:17 +11:00
filekeys_secret_too_long.test MDEV-25343 Error log message not helpful when filekey is too long 2022-10-21 15:54:17 +11:00
filekeys_syntax.opt
filekeys_syntax.test
filekeys_tooshort.opt
filekeys_tooshort.test
filekeys_unencfile.opt
filekeys_unencfile.test
import_4k.opt MDEV-29692 Assertion `(writeptr + (i * size)) != local_frame' failed upon IMPORT TABLESPACE 2023-03-21 14:33:54 +02:00
import_4k.test MDEV-29692 Assertion `(writeptr + (i * size)) != local_frame' failed upon IMPORT TABLESPACE 2023-03-21 14:33:54 +02:00
innochecksum.test MDEV-29982 fixup: Relax the test 2022-11-17 08:33:05 +02:00
innodb-bad-key-change.combinations Add encryption.innodb-redo-badkey,strict_full_crc32 2019-10-11 08:24:30 +03:00
innodb-bad-key-change.opt MDEV-32050: Deprecate&ignore innodb_purge_rseg_truncate_frequency 2023-10-25 09:11:58 +03:00
innodb-bad-key-change.test MDEV-33421 innodb.corrupted_during_recovery fails due to error that the table is corrupted 2024-02-08 14:20:42 +02:00
innodb-bad-key-change2.combinations Add encryption.innodb-redo-badkey,strict_full_crc32 2019-10-11 08:24:30 +03:00
innodb-bad-key-change2.opt MDEV-32050: Deprecate&ignore innodb_purge_rseg_truncate_frequency 2023-10-25 09:11:58 +03:00
innodb-bad-key-change2.test MDEV-33421 innodb.corrupted_during_recovery fails due to error that the table is corrupted 2024-02-08 14:20:42 +02:00
innodb-bad-key-change3.combinations Add encryption.innodb-redo-badkey,strict_full_crc32 2019-10-11 08:24:30 +03:00
innodb-bad-key-change3.test MDEV-16944 Fix file sharing issues on Windows in mysqltest 2024-04-17 16:52:37 +02:00
innodb-bad-key-change4.combinations Add encryption.innodb-redo-badkey,strict_full_crc32 2019-10-11 08:24:30 +03:00
innodb-bad-key-change4.opt MDEV-32050: Deprecate&ignore innodb_purge_rseg_truncate_frequency 2023-10-25 09:11:58 +03:00
innodb-bad-key-change4.test Merge branch '10.6' into 10.7 2022-08-08 17:12:32 +02:00
innodb-checksum-algorithm.test MDEV-25105 Remove innodb_checksum_algorithm values none,innodb,... 2021-03-11 12:46:18 +02:00
innodb-compressed-blob.opt MDEV-32050: Deprecate&ignore innodb_purge_rseg_truncate_frequency 2023-10-25 09:11:58 +03:00
innodb-compressed-blob.test Merge 10.6 into 10.11 2024-09-16 10:58:40 +03:00
innodb-discard-import-change.combinations MDEV-15527 fixup for innodb_checksum_algorithm=full_crc32 2021-03-31 10:55:21 +03:00
innodb-discard-import-change.test
innodb-discard-import.combinations MDEV-15527 fixup for innodb_checksum_algorithm=full_crc32 2021-03-31 10:55:21 +03:00
innodb-discard-import.test
innodb-encr-threads.test
innodb-encryption-alter.test MDEV-25180 Atomic ALTER TABLE 2021-05-19 22:54:13 +02:00
innodb-encryption-disable.opt MDEV-32050: Deprecate&ignore innodb_purge_rseg_truncate_frequency 2023-10-25 09:11:58 +03:00
innodb-encryption-disable.test MDEV-33421 innodb.corrupted_during_recovery fails due to error that the table is corrupted 2024-02-08 14:20:42 +02:00
innodb-first-page-read.opt
innodb-force-corrupt.opt MDEV-32050: Deprecate&ignore innodb_purge_rseg_truncate_frequency 2023-10-25 09:11:58 +03:00
innodb-force-corrupt.test MDEV-33421 innodb.corrupted_during_recovery fails due to error that the table is corrupted 2024-02-08 14:20:42 +02:00
innodb-key-rotation-disable.opt
innodb-key-rotation-disable.test Merge 10.5 into 10.6 2023-03-16 15:48:08 +02:00
innodb-missing-key.opt MDEV-32050: Deprecate&ignore innodb_purge_rseg_truncate_frequency 2023-10-25 09:11:58 +03:00
innodb-missing-key.test MDEV-33421 innodb.corrupted_during_recovery fails due to error that the table is corrupted 2024-02-08 14:20:42 +02:00
innodb-page_encryption-32k.opt
innodb-page_encryption-32k.test
innodb-page_encryption.test Some tests can take very long time when run with valgrind 2021-07-24 21:32:52 +03:00
innodb-page_encryption_compression.test Clean up some encryption tests 2020-10-17 13:13:01 +03:00
innodb-page_encryption_log_encryption.opt
innodb-page_encryption_log_encryption.test Clean up some encryption tests 2020-10-17 13:13:01 +03:00
innodb-read-only.opt
innodb-read-only.test
innodb-redo-badkey.combinations Add encryption.innodb-redo-badkey,strict_full_crc32 2019-10-11 08:24:30 +03:00
innodb-redo-badkey.opt MDEV-32050: Deprecate&ignore innodb_purge_rseg_truncate_frequency 2023-10-25 09:11:58 +03:00
innodb-redo-badkey.test MDEV-29374 InnoDB recovery fails with "Data structure corruption" 2022-08-31 17:52:16 +03:00
innodb-redo-nokeys.opt MDEV-9948 Failing assertion: new_state->key_version != ENCRYPTION_KEY_VERSION_INVALID in fil0crypt.cc 2022-04-15 20:28:33 +03:00
innodb-redo-nokeys.test Merge 10.6 into 10.11 2024-02-08 15:04:46 +02:00
innodb-remove-encryption.test MDEV-30119 INFORMATION_SCHEMA.INNODB_TABLESPACES_ENCRYPTION.NAME is NULL for undo tablespaces 2022-11-29 19:49:53 +05:30
innodb-spatial-index.opt
innodb-spatial-index.test
innodb_encrypt_freed.opt MDEV-24792 Assertion `!newest_lsn || fil_page_get_type(page)' failed upon MariaBackup prepare in buf_flush_init_for_writing with innodb_log_optimize_ddl=off 2021-02-14 10:11:03 +03:00
innodb_encrypt_freed.test Merge 10.5 into 10.6 2024-04-18 07:14:56 +03:00
innodb_encrypt_key_rotation_age.opt
innodb_encrypt_key_rotation_age.test MDEV-30119 INFORMATION_SCHEMA.INNODB_TABLESPACES_ENCRYPTION.NAME is NULL for undo tablespaces 2022-11-29 19:49:53 +05:30
innodb_encrypt_log.opt MDEV-14425 deprecate and ignore innodb_log_files_in_group 2020-02-19 12:21:59 +03:00
innodb_encrypt_log.test MDEV-27735 Deprecate the parameter innodb_change_buffering 2022-02-14 10:29:18 +02:00
innodb_encrypt_log_corruption.opt Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
innodb_encrypt_log_corruption.test
innodb_encrypt_temporary_tables.combinations
innodb_encrypt_temporary_tables.opt
innodb_encrypt_temporary_tables.test MDEV-20142 encryption.innodb_encrypt_temporary_tables fails 2023-12-10 13:19:21 +02:00
innodb_encryption-page-compression.opt
innodb_encryption-page-compression.test Disable from valgrind big innodb tests that doesn't run well in valgrind 2020-10-21 03:09:29 +03:00
innodb_encryption.opt
innodb_encryption.test MDEV-28484 InnoDB encryption key rotation is not being marked completed 2022-05-06 11:23:13 +03:00
innodb_encryption_discard_import.opt MDEV-23399: Performance regression with write workloads 2020-10-15 17:04:56 +03:00
innodb_encryption_discard_import.test MDEV-34670 IMPORT TABLESPACE unnecessary traverses tablespace list 2024-07-31 14:13:38 +05:30
innodb_encryption_filekeys.opt
innodb_encryption_filekeys.test MDEV-25998 InnoDB removes the tablespace from default encrypt list early 2021-07-26 16:01:33 +05:30
innodb_encryption_is.opt
innodb_encryption_is.test Merge 10.5 into 10.6 2023-03-16 15:48:08 +02:00
innodb_encryption_row_compressed.opt
innodb_encryption_row_compressed.test
innodb_encryption_tables.opt
innodb_encryption_tables.test Fixed bugs found by valgrind 2020-05-15 10:44:05 +03:00
innodb_first_page.opt
innodb_first_page.test MDEV-30119 INFORMATION_SCHEMA.INNODB_TABLESPACES_ENCRYPTION.NAME is NULL for undo tablespaces 2022-11-29 19:49:53 +05:30
innodb_import.combinations MDEV-26131 SEGV in ha_innobase::discard_or_import_tablespace 2021-08-16 15:32:07 +05:30
innodb_import.opt Merge 10.4 into 10.5 2021-08-18 18:22:35 +03:00
innodb_import.test After-merge fixup f84e28c119 2021-08-19 12:34:31 +05:30
innodb_onlinealter_encryption.opt
innodb_onlinealter_encryption.test
innodb_page_encryption_key_change.test
instant_alter_import.test MDEV-18543 IMPORT TABLESPACE fails after instant DROP COLUMN 2021-10-26 22:50:58 +06:00
key_version_rotation.opt MDEV-14180 Automatically disable key rotation checks for file_key_managment plugin 2021-06-15 13:15:32 +05:30
key_version_rotation.test MDEV-14180 Automatically disable key rotation checks for file_key_managment plugin 2021-06-15 13:15:32 +05:30
second_plugin-12863.test
tempfiles.combinations
tempfiles.opt
tempfiles.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
tempfiles_encrypted.opt MDEV-23867: insert... select crash in compute_window_func 2020-10-23 22:36:47 +05:30
tempfiles_encrypted.test Merge 10.3 into 10.4 2020-10-29 13:38:38 +02:00