mariadb/mysql-test/suite/encryption/r
Marko Mäkelä 8375a2c1ce MDEV-11585 Hard-code the shared InnoDB temporary tablespace ID at -1
MySQL 5.7 supports only one shared temporary tablespace.

MariaDB 10.2 does not support any other shared InnoDB tablespaces than
the two predefined tablespaces: the persistent InnoDB system tablespace
(default file name ibdata1) and the temporary tablespace
(default file name ibtmp1).

InnoDB is unnecessarily allocating a tablespace ID for the predefined
temporary tablespace on every startup, and it is in several places
testing whether a tablespace ID matches this dynamically generated ID.

We should use a compile-time constant to reduce code size and to avoid
unnecessary updates to the DICT_HDR page at every startup.

Using a hard-coded tablespace ID will should make it easier to remove the
TEMPORARY flag from FSP_SPACE_FLAGS in MDEV-11202.
2016-12-19 16:24:10 +02:00
..
aria_tiny.result
create_or_replace.result
debug_key_management.result
encrypt_and_grep.result
encryption_force.result
filekeys_emptyfile.result
filekeys_encfile.result
filekeys_encfile_bad.result
filekeys_encfile_badfile.result
filekeys_encfile_file.result
filekeys_encfile_no.result
filekeys_nofile.result
filekeys_syntax.result
filekeys_unencfile.result
innochecksum.result
innodb-bad-key-change.result
innodb-bad-key-change2.result
innodb-bad-key-change3.result
innodb-bad-key-change4.result
innodb-bad-key-change5.result
innodb-bad-key-shutdown.result
innodb-discard-import.result
innodb-encr-threads.result
innodb-encryption-alter.result
innodb-encryption-disable.result
innodb-log-encrypt-crash.result
innodb-log-encrypt.result
innodb-page_encryption-32k.result
innodb-page_encryption.result
innodb-page_encryption_compression.result
innodb-page_encryption_log_encryption.result
innodb_encryption-page-compression.result
innodb_encryption.result
innodb_encryption_discard_import.result
innodb_encryption_filekeys.result
innodb_encryption_is.result
innodb_encryption_row_compressed.result
innodb_encryption_tables.result
innodb_first_page.result
innodb_onlinealter_encryption.result
innodb_page_encryption_key_change.result
innodb_scrub.result
innodb_scrub_background.result
innodb_scrub_compressed.result
tempfiles.result