[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),
I thinked that server_audit_events='query_dml' was the option for my needings.

Both 1.2 and 1.3 plugin version logs "query only SELECTs", that are not properly DMLs.
In my case this entries are worthless.



 Comments   
Comment by Sergei Golubchik [ 2016-02-02 ]

DML means Data Manipulation Language and includes these statements:

  • DO
  • CALL
  • LOAD
  • DELETE
  • INSERT
  • SELECT
  • UPDATE
  • HANDLER
  • REPLACE

See also Wikipedia

Generated at Thu Feb 08 07:30:35 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.