[MDEV-12863] No table can be created after second encryption plugin attempted to load Created: 2017-05-22 Updated: 2017-08-14 Resolved: 2017-08-14 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Encryption |
| Affects Version/s: | 10.1.23 |
| Fix Version/s: | 10.1.26, 10.2.8 |
| Type: | Bug | Priority: | Major |
| Reporter: | Andrii Nikitin (Inactive) | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
The error below happens after attempt to load second encryption plugin (in any order tried aws_key_management, file_key_management and debug_key_management)
Error log has only this message startup:
Similar problem happens when attempting to install database with incorrect option
|
| Comments |
| Comment by Andrii Nikitin (Inactive) [ 2017-05-22 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Andrii Nikitin (Inactive) [ 2017-05-22 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Other strange side effects happen as well, I think they should be fixed as part of this bug, but let me know if dedicated report is required:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Elena Stepanova [ 2017-05-22 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Possibly related to | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Jan Lindström (Inactive) [ 2017-07-26 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
install plugin for encryption plugins should be disabled and allow setting it only on startup. Fixing this inside a InnoDB is out of reach. |