Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
N/A
-
5.5.48-0
Description
MariaDB [test]> set global server_audit_events='QUERY_DDL'; |
Query OK, 0 rows affected (0.00 sec) |
|
MariaDB [test]> create procedure p1() create table tmp (i int); |
Query OK, 0 rows affected (0.00 sec) |
|
MariaDB [test]> call p1();
|
Query OK, 0 rows affected (0.21 sec) |
Only procedure creation is logged, but neither procedure call nor table creation appear in the log.