[MDEV-7466] Server audit: LOAD XML is not recognized as DML Created: 2015-01-14  Updated: 2015-01-15  Resolved: 2015-01-15

Status: Closed
Project: MariaDB Server
Component/s: Plugin - Audit
Affects Version/s: N/A
Fix Version/s: 5.5.42

Type: Bug Priority: Major
Reporter: Elena Stepanova Assignee: Alexey Botchkov
Resolution: Fixed Votes: 0
Labels: audit


 Description   

MariaDB [test]> delete from t1;
Query OK, 2 rows affected (0.04 sec)
 
MariaDB [test]> load xml infile '/home/elenst/tmp/t1.xml' into table t1;
Query OK, 2 rows affected (0.04 sec)                 
Records: 2  Deleted: 0  Skipped: 0  Warnings: 0
 
MariaDB [test]> select * from t1;
+------+
| i    |
+------+
|    1 |
|    2 |
+------+
2 rows in set (0.00 sec)

20150114 20:47:51,wheezy-64,root,localhost,12,139,QUERY,test,'delete from t1',0
20150114 20:47:55,wheezy-64,root,localhost,12,141,QUERY,test,'select * from t1',0


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