[MDEV-12864] aws_key_management shouldn't generate user warnings Created: 2017-05-22 Updated: 2017-08-30 Resolved: 2017-08-30 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Plugin - AWS key management |
| Affects Version/s: | 10.1.23 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Minor |
| Reporter: | Andrii Nikitin (Inactive) | Assignee: | Vladislav Vaintroub |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Encryption management messages shouldn't be exposed to Users who execute SQL commands.
Another example:
|
| Comments |
| Comment by Vladislav Vaintroub [ 2017-08-29 ] |
|
serg, do you think anything needs to be done here? anikitin, there is sql_notes variable that is supposed to silence the Notes (i.e non-warnings) exposed as warnings. |
| Comment by Sergei Golubchik [ 2017-08-30 ] |
|
I don't think there's anything to do here. Notes are purely informational, this is information. They can be suppressed, if desired. |