mariadb/mysql-test/suite/encryption/r
Marko Mäkelä 2fb31821de MDEV-11984 Avoid accessing SYS_TABLESPACES unnecessarily
The following INFORMATION_SCHEMA views were unnecessarily retrieving
the data from the SYS_TABLESPACES table instead of directly fetching
it from the fil_system cache:

information_schema.innodb_tablespaces_encryption
information_schema.innodb_tablespaces_scrubbing

InnoDB always loads all tablespace metadata into memory at startup
and never evicts it while the tablespace exists.

With this fix, accessing these views will be much faster and use less
memory, and include data about all tablespaces, including undo
tablespaces.

The view information_schema.innodb_sys_tablespaces will still reflect
the contents of the SYS_TABLESPACES table.
2018-03-22 18:01:29 +02:00
..
aria_tiny.result
create_or_replace.result Merge 10.1 into 10.2 2017-05-05 10:38:53 +03:00
debug_key_management.result Fix test failure on debug_key_management test. 2017-03-28 12:28:09 +03:00
encrypt_and_grep.result MDEV-11984 Avoid accessing SYS_TABLESPACES unnecessarily 2018-03-22 18:01:29 +02:00
encryption_force.result Merge 10.1 into 10.2 2017-11-01 09:55:00 +02:00
filekeys_emptyfile.result MDEV-12762 Some files in current 10.2 tree seem to be reverted to an old state 2017-05-10 09:06:57 +03:00
filekeys_encfile.result MDEV-14219 Allow online table rebuild when encryption or compression parameters change 2017-10-31 09:10:25 +02:00
filekeys_encfile_bad.result MDEV-12762 Some files in current 10.2 tree seem to be reverted to an old state 2017-05-10 09:06:57 +03:00
filekeys_encfile_badfile.result MDEV-12762 Some files in current 10.2 tree seem to be reverted to an old state 2017-05-10 09:06:57 +03:00
filekeys_encfile_file.result MDEV-14219 Allow online table rebuild when encryption or compression parameters change 2017-10-31 09:10:25 +02:00
filekeys_encfile_no.result MDEV-12762 Some files in current 10.2 tree seem to be reverted to an old state 2017-05-10 09:06:57 +03:00
filekeys_nofile.result MDEV-12762 Some files in current 10.2 tree seem to be reverted to an old state 2017-05-10 09:06:57 +03:00
filekeys_syntax.result MDEV-12762 Some files in current 10.2 tree seem to be reverted to an old state 2017-05-10 09:06:57 +03:00
filekeys_tooshort.result MDEV-12762 Some files in current 10.2 tree seem to be reverted to an old state 2017-05-10 09:06:57 +03:00
filekeys_unencfile.result MDEV-12762 Some files in current 10.2 tree seem to be reverted to an old state 2017-05-10 09:06:57 +03:00
innochecksum.result MDEV-11939: innochecksum mistakes a file for an encrypted one (page 0 invalid) 2017-08-08 09:41:09 +03:00
innodb-bad-key-change.result Add suppressions for background page read errors 2018-02-19 08:59:36 +02:00
innodb-bad-key-change2.result Add suppressions for background page read errors 2018-02-19 08:59:36 +02:00
innodb-bad-key-change3.result MDEV-12762 Some files in current 10.2 tree seem to be reverted to an old state 2017-05-10 09:06:57 +03:00
innodb-bad-key-change4.result Add suppressions for background page read errors 2018-02-19 08:59:36 +02:00
innodb-checksum-algorithm,32k.rdiff Merge 10.0 into 10.1 2017-06-06 10:59:54 +03:00
innodb-checksum-algorithm,64k.rdiff Merge 10.0 into 10.1 2017-06-06 10:59:54 +03:00
innodb-checksum-algorithm.result Merge 10.1 into 10.2 2017-06-08 12:45:08 +03:00
innodb-compressed-blob.result Add suppressions for background page read errors 2018-02-19 08:59:36 +02:00
innodb-discard-import-change.result MDEV-12762 Some files in current 10.2 tree seem to be reverted to an old state 2017-05-10 09:06:57 +03:00
innodb-discard-import.result MDEV-15529 IMPORT TABLESPACE unnecessarily uses the doublewrite buffer 2018-03-10 11:54:34 +02:00
innodb-encr-threads.result
innodb-encryption-alter.result Merge 10.1 into 10.2 2017-11-01 09:55:00 +02:00
innodb-encryption-disable.result Add suppressions for background page read errors 2018-02-19 08:59:36 +02:00
innodb-first-page-read.result MDEV-13557: Startup failure, unable to decrypt ibdata1 2017-08-31 08:36:56 +03:00
innodb-force-corrupt.result Add suppressions for background page read errors 2018-02-19 08:59:36 +02:00
innodb-key-rotation-disable.result MDEV-13557: Startup failure, unable to decrypt ibdata1 2017-08-31 08:36:56 +03:00
innodb-missing-key.result Add a suppression for background page read error 2018-02-16 21:02:35 +02:00
innodb-page_encryption-32k.result MDEV-12762 Some files in current 10.2 tree seem to be reverted to an old state 2017-05-10 09:06:57 +03:00
innodb-page_encryption.result MDEV-12762 Some files in current 10.2 tree seem to be reverted to an old state 2017-05-10 09:06:57 +03:00
innodb-page_encryption_compression.result MDEV-12762 Some files in current 10.2 tree seem to be reverted to an old state 2017-05-10 09:06:57 +03:00
innodb-page_encryption_log_encryption.result MDEV-12762 Some files in current 10.2 tree seem to be reverted to an old state 2017-05-10 09:06:57 +03:00
innodb-read-only.result MDEV-11835: InnoDB: Failing assertion: free_slot != NULL on 2017-01-19 08:19:08 +02:00
innodb-redo-badkey.result Add suppressions for background page read errors 2018-02-19 08:59:36 +02:00
innodb-redo-nokeys.result Add suppressions for background page read errors 2018-02-19 08:59:36 +02:00
innodb-scrub-log.result MDEV-11705: InnoDB: Failing assertion: (&log_sys->mutex)->is_owned() if server started with innodb-scrub-log 2017-01-03 11:22:49 +02:00
innodb-spatial-index.result MDEV-11984 Avoid accessing SYS_TABLESPACES unnecessarily 2018-03-22 18:01:29 +02:00
innodb_encrypt_log.result Make a test more robust 2017-09-08 09:38:42 +03:00
innodb_encrypt_log_corruption.result MDEV-14909 MariaDB 10.2 refuses to start up after clean shutdown of MariaDB 10.3 2018-01-10 13:18:02 +02:00
innodb_encryption-page-compression.result MDEV-14814: encryption.innodb_encryption-page-compression failed in buildbot with timeout on wait condition 2018-02-24 22:39:21 +02:00
innodb_encryption.result MDEV-11984 Avoid accessing SYS_TABLESPACES unnecessarily 2018-03-22 18:01:29 +02:00
innodb_encryption_discard_import.result MDEV-12762 Some files in current 10.2 tree seem to be reverted to an old state 2017-05-10 09:06:57 +03:00
innodb_encryption_filekeys.result Merge 10.1 into 10.2 2018-02-17 14:54:12 +02:00
innodb_encryption_is.result MDEV-12762 Some files in current 10.2 tree seem to be reverted to an old state 2017-05-10 09:06:57 +03:00
innodb_encryption_row_compressed.result MDEV-12762 Some files in current 10.2 tree seem to be reverted to an old state 2017-05-10 09:06:57 +03:00
innodb_encryption_tables.result MDEV-12762 Some files in current 10.2 tree seem to be reverted to an old state 2017-05-10 09:06:57 +03:00
innodb_first_page.result MDEV-12762 Some files in current 10.2 tree seem to be reverted to an old state 2017-05-10 09:06:57 +03:00
innodb_lotoftables.result MDEV-13557: Startup failure, unable to decrypt ibdata1 2017-08-31 08:36:56 +03:00
innodb_onlinealter_encryption.result MDEV-12762 Some files in current 10.2 tree seem to be reverted to an old state 2017-05-10 09:06:57 +03:00
innodb_page_encryption_key_change.result MDEV-12762 Some files in current 10.2 tree seem to be reverted to an old state 2017-05-10 09:06:57 +03:00
innodb_scrub.result Merge 10.1 to 10.2 2017-01-05 10:48:03 +02:00
innodb_scrub_background.result MDEV-8139 Fix scrubbing tests 2017-01-05 00:20:17 +02:00
second_plugin-12863.result MDEV-12863 No table can be created after second encryption plugin attempted to load 2017-08-08 14:52:08 +02:00
tempfiles.result Merge branch '10.1' into 10.2 2018-02-11 13:47:16 +01:00