[MDEV-8218] InnoDB log encryption key is static and can't be defined by user Created: 2015-05-25 Updated: 2015-05-27 Resolved: 2015-05-27 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Encryption, Storage Engine - InnoDB, Storage Engine - XtraDB |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Major |
| Reporter: | Jan Lindström (Inactive) | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Comments |
| Comment by Sergei Golubchik [ 2015-05-25 ] |
|
what do you mean? |
| Comment by Jan Lindström (Inactive) [ 2015-05-25 ] |
|
When file_key_management_plugin is used log encryption uses LOG_DEFAULT_ENCRYPTION_KEY 1 |
| Comment by Sergei Golubchik [ 2015-05-25 ] |
|
Log encryption always uses LOG_DEFAULT_ENCRYPTION_KEY 1, with any plugin. But I don't think it needs to be fixed, any number is as good as 1. The key is defined by the plugin anyway. |