Details
-
Task
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
The server_audit plugin does not currently log any audit events when the server starts up or shuts down.
It does not look like the audit plugin API has any hooks for start up or shut down events either.
Should we log startup events in mysql_audit_initialize() and shutdown events in mysql_audit_finalize(), so that the API can stay the same?