[MDEV-8895] Server audit: filter for table changements only Created: 2015-10-05 Updated: 2016-02-02 Resolved: 2016-02-02 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Plugin - Audit |
| Affects Version/s: | N/A |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Luigi Gualtieri | Assignee: | Alexey Botchkov |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | audit | ||
| Description |
|
I need to filter just content changements. Reading the documentation ( that is not updated to version 1.3), Both 1.2 and 1.3 plugin version logs "query only SELECTs", that are not properly DMLs. |
| Comments |
| Comment by Sergei Golubchik [ 2016-02-02 ] |
|
DML means Data Manipulation Language and includes these statements:
See also Wikipedia |