Done
Details
Assignee
Zsolt ParragiZsolt ParragiReporter
mohit.joshimohit.joshiLabels
Time tracking
2h loggedFix versions
Affects versions
Priority
High
Details
Details
Assignee
Zsolt Parragi
Zsolt ParragiReporter
mohit.joshi
mohit.joshiLabels
Time tracking
2h logged
Fix versions
Affects versions
Priority
Smart Checklist
Smart Checklist
Smart Checklist
Created July 25, 2019 at 12:21 PM
Updated March 6, 2024 at 11:59 AM
Resolved August 1, 2019 at 9:17 AM
While testing PR-4556, below Scenario was executed:
Start the server with innodb_redo_log_encrypt=keyring_key
set persist_only innodb_redo_log_encrypt=master_key;
shutdown;
try to restart the server
In ideal scenario, the server should not come up because the redo logs are encrypted with keyring_key
But, currently the server starts and if we select the value of innodb_redo_log_encrypt, it is shown as OFF