Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
MDEV-30119 INFORMATION_SCHEMA.INNODB_TABLESPACES_ENCRYPTION.NAME is N…
…ULL for undo tablespaces - Information_schema.innodb_tablespaces_encryption should print undo tablespace name as innodb_undo001, innodb_undo002 and soon. - Encryption test should include undo tablespaces count when the tests are waiting for the condition to check whether all tables are encrypted or decrypted.
- Loading branch information
1 parent
c1de377
commit bb29712
Showing
11 changed files
with
206 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,32 @@ | ||
| --- encrypt_and_grep.result 2022-09-02 22:36:21.669650278 +0530 | ||
| +++ encrypt_and_grep.reject 2022-11-29 19:01:22.080027528 +0530 | ||
| @@ -14,6 +14,9 @@ | ||
| SELECT NAME FROM INFORMATION_SCHEMA.INNODB_TABLESPACES_ENCRYPTION WHERE MIN_KEY_VERSION <> 0; | ||
| NAME | ||
| innodb_system | ||
| +innodb_undo001 | ||
| +innodb_undo002 | ||
| +innodb_undo003 | ||
| mysql/innodb_index_stats | ||
| mysql/innodb_table_stats | ||
| mysql/transaction_registry | ||
| @@ -35,6 +38,9 @@ | ||
| SELECT NAME FROM INFORMATION_SCHEMA.INNODB_TABLESPACES_ENCRYPTION WHERE MIN_KEY_VERSION = 0; | ||
| NAME | ||
| innodb_system | ||
| +innodb_undo001 | ||
| +innodb_undo002 | ||
| +innodb_undo003 | ||
| mysql/innodb_index_stats | ||
| mysql/innodb_table_stats | ||
| mysql/transaction_registry | ||
| @@ -62,6 +68,9 @@ | ||
| SELECT NAME FROM INFORMATION_SCHEMA.INNODB_TABLESPACES_ENCRYPTION WHERE MIN_KEY_VERSION <> 0; | ||
| NAME | ||
| innodb_system | ||
| +innodb_undo001 | ||
| +innodb_undo002 | ||
| +innodb_undo003 | ||
| mysql/innodb_index_stats | ||
| mysql/innodb_table_stats | ||
| mysql/transaction_registry |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,32 @@ | ||
| --- innodb-remove-encryption.result 2022-09-02 20:44:59.960430396 +0530 | ||
| +++ innodb-remove-encryption,undo3.reject 2022-11-29 19:02:24.813094277 +0530 | ||
| @@ -13,6 +13,9 @@ | ||
| SELECT NAME FROM INFORMATION_SCHEMA.INNODB_TABLESPACES_ENCRYPTION WHERE MIN_KEY_VERSION <> 0; | ||
| NAME | ||
| innodb_system | ||
| +innodb_undo001 | ||
| +innodb_undo002 | ||
| +innodb_undo003 | ||
| mysql/innodb_index_stats | ||
| mysql/innodb_table_stats | ||
| mysql/transaction_registry | ||
| @@ -24,6 +27,9 @@ | ||
| SELECT NAME FROM INFORMATION_SCHEMA.INNODB_TABLESPACES_ENCRYPTION WHERE MIN_KEY_VERSION = 0; | ||
| NAME | ||
| innodb_system | ||
| +innodb_undo001 | ||
| +innodb_undo002 | ||
| +innodb_undo003 | ||
| mysql/innodb_index_stats | ||
| mysql/innodb_table_stats | ||
| mysql/transaction_registry | ||
| @@ -36,6 +42,9 @@ | ||
| SELECT NAME FROM INFORMATION_SCHEMA.INNODB_TABLESPACES_ENCRYPTION WHERE MIN_KEY_VERSION = 0; | ||
| NAME | ||
| innodb_system | ||
| +innodb_undo001 | ||
| +innodb_undo002 | ||
| +innodb_undo003 | ||
| mysql/innodb_index_stats | ||
| mysql/innodb_table_stats | ||
| mysql/transaction_registry |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,62 @@ | ||
| --- innodb_encrypt_freed.result 2021-03-23 15:44:14.466377983 +0530 | ||
| +++ innodb_encrypt_freed,undo3.reject 2022-11-29 19:04:24.987010571 +0530 | ||
| @@ -14,6 +14,9 @@ | ||
| SELECT NAME FROM INFORMATION_SCHEMA.INNODB_TABLESPACES_ENCRYPTION WHERE MIN_KEY_VERSION <> 0; | ||
| NAME | ||
| innodb_system | ||
| +innodb_undo001 | ||
| +innodb_undo002 | ||
| +innodb_undo003 | ||
| mysql/innodb_index_stats | ||
| mysql/innodb_table_stats | ||
| mysql/transaction_registry | ||
| @@ -29,6 +32,9 @@ | ||
| SELECT NAME FROM INFORMATION_SCHEMA.INNODB_TABLESPACES_ENCRYPTION WHERE MIN_KEY_VERSION = 0; | ||
| NAME | ||
| innodb_system | ||
| +innodb_undo001 | ||
| +innodb_undo002 | ||
| +innodb_undo003 | ||
| mysql/innodb_index_stats | ||
| mysql/innodb_table_stats | ||
| mysql/transaction_registry | ||
| @@ -40,6 +46,9 @@ | ||
| SELECT NAME FROM INFORMATION_SCHEMA.INNODB_TABLESPACES_ENCRYPTION WHERE MIN_KEY_VERSION <> 0; | ||
| NAME | ||
| innodb_system | ||
| +innodb_undo001 | ||
| +innodb_undo002 | ||
| +innodb_undo003 | ||
| mysql/innodb_index_stats | ||
| mysql/innodb_table_stats | ||
| mysql/transaction_registry | ||
| @@ -55,6 +64,9 @@ | ||
| SELECT NAME FROM INFORMATION_SCHEMA.INNODB_TABLESPACES_ENCRYPTION WHERE MIN_KEY_VERSION <> 0; | ||
| NAME | ||
| innodb_system | ||
| +innodb_undo001 | ||
| +innodb_undo002 | ||
| +innodb_undo003 | ||
| mysql/innodb_index_stats | ||
| mysql/innodb_table_stats | ||
| mysql/transaction_registry | ||
| @@ -70,6 +82,9 @@ | ||
| SELECT NAME FROM INFORMATION_SCHEMA.INNODB_TABLESPACES_ENCRYPTION WHERE MIN_KEY_VERSION = 0; | ||
| NAME | ||
| innodb_system | ||
| +innodb_undo001 | ||
| +innodb_undo002 | ||
| +innodb_undo003 | ||
| mysql/innodb_index_stats | ||
| mysql/innodb_table_stats | ||
| mysql/transaction_registry | ||
| @@ -87,6 +102,9 @@ | ||
| SELECT NAME FROM INFORMATION_SCHEMA.INNODB_TABLESPACES_ENCRYPTION WHERE MIN_KEY_VERSION <> 0; | ||
| NAME | ||
| innodb_system | ||
| +innodb_undo001 | ||
| +innodb_undo002 | ||
| +innodb_undo003 | ||
| mysql/innodb_index_stats | ||
| mysql/innodb_table_stats | ||
| mysql/transaction_registry |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,52 @@ | ||
| --- innodb_encrypt_key_rotation_age.result 2022-06-02 16:15:08.395122720 +0530 | ||
| +++ innodb_encrypt_key_rotation_age,undo3.reject 2022-11-29 19:06:07.964542115 +0530 | ||
| @@ -12,6 +12,9 @@ | ||
| SELECT NAME FROM INFORMATION_SCHEMA.INNODB_TABLESPACES_ENCRYPTION WHERE MIN_KEY_VERSION <> 0; | ||
| NAME | ||
| innodb_system | ||
| +innodb_undo001 | ||
| +innodb_undo002 | ||
| +innodb_undo003 | ||
| mysql/innodb_index_stats | ||
| mysql/innodb_table_stats | ||
| mysql/transaction_registry | ||
| @@ -27,6 +30,9 @@ | ||
| SELECT NAME FROM INFORMATION_SCHEMA.INNODB_TABLESPACES_ENCRYPTION WHERE MIN_KEY_VERSION <> 0; | ||
| NAME | ||
| innodb_system | ||
| +innodb_undo001 | ||
| +innodb_undo002 | ||
| +innodb_undo003 | ||
| mysql/innodb_index_stats | ||
| mysql/innodb_table_stats | ||
| mysql/transaction_registry | ||
| @@ -39,6 +45,9 @@ | ||
| SELECT NAME FROM INFORMATION_SCHEMA.INNODB_TABLESPACES_ENCRYPTION WHERE MIN_KEY_VERSION = 0; | ||
| NAME | ||
| innodb_system | ||
| +innodb_undo001 | ||
| +innodb_undo002 | ||
| +innodb_undo003 | ||
| mysql/innodb_index_stats | ||
| mysql/innodb_table_stats | ||
| mysql/transaction_registry | ||
| @@ -59,6 +68,9 @@ | ||
| SELECT NAME FROM INFORMATION_SCHEMA.INNODB_TABLESPACES_ENCRYPTION WHERE MIN_KEY_VERSION <> 0; | ||
| NAME | ||
| innodb_system | ||
| +innodb_undo001 | ||
| +innodb_undo002 | ||
| +innodb_undo003 | ||
| mysql/innodb_index_stats | ||
| mysql/innodb_table_stats | ||
| mysql/transaction_registry | ||
| @@ -71,6 +83,9 @@ | ||
| SELECT NAME FROM INFORMATION_SCHEMA.INNODB_TABLESPACES_ENCRYPTION WHERE MIN_KEY_VERSION <> 0; | ||
| NAME | ||
| innodb_system | ||
| +innodb_undo001 | ||
| +innodb_undo002 | ||
| +innodb_undo003 | ||
| mysql/innodb_index_stats | ||
| mysql/innodb_table_stats | ||
| mysql/transaction_registry |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters