Commit 2af8f71
committed
MDEV-23776: Re-apply the fix and make the test more robust
The test that was added in commit e05650e would break a subsequent run of a test encryption.innodb-bad-key-change because some pages in the system tablespace would be encrypted with a different key. The failure was repeatable with the following invocation: ./mtr --no-reorder \ encryption.create_or_replace,cbc \ encryption.innodb-bad-key-change,cbc Because the crash was unrelated to the code changes that we reverted in commit eb38b1f we can safely re-apply those fixes.1 parent 732cd7f commit 2af8f71
File tree
4 files changed
+7
-4
lines changed- mysql-test/suite/encryption
- r
- t
- storage/innobase/fil
4 files changed
+7
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
| |||
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
21 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| |||
76 | 75 | | |
77 | 76 | | |
78 | 77 | | |
79 | | - | |
80 | 78 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1483 | 1483 | | |
1484 | 1484 | | |
1485 | 1485 | | |
| 1486 | + | |
| 1487 | + | |
| 1488 | + | |
| 1489 | + | |
| 1490 | + | |
1486 | 1491 | | |
1487 | 1492 | | |
1488 | 1493 | | |
| |||
2506 | 2511 | | |
2507 | 2512 | | |
2508 | 2513 | | |
| 2514 | + | |
2509 | 2515 | | |
2510 | 2516 | | |
2511 | 2517 | | |
| |||
0 commit comments