[MDEV-13421] Improvement for Server Audit Plugin Output on QUERY Created: 2017-08-02 Updated: 2023-04-24 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Plugin - Audit |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Su, Jun-Ming | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 1 |
| Labels: | contribution | ||
| Attachments: |
|
||||||||||||
| Issue Links: |
|
||||||||||||
| Description |
|
The default for QUERY output for Server Audit Plugin is QUERY, no matter what you select to QUERY_DDL, QUERY_DML, QUERY_DCL in configure file. In order to verify the QUERY actually, I think it can be done by modified some code for Server Audit - Let QUERY_DDL, QUERY_DML, QUERY_DCL output to log as the same Type, not just QUERY. The attachment is my modified code. |