mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
WL#3771 "Audit Plugin Interface" Implement new plug-in type - AUDIT New plug-in: audit_null simply increments counter for how many times it was called.
5 lines
203 B
Plaintext
5 lines
203 B
Plaintext
MYSQL_PLUGIN(audit_null, [NULL Audit Plug-in],
|
|
[Simple black-hole Audit example plug-in])
|
|
MYSQL_PLUGIN_DYNAMIC(audit_null, [adt_null.la])
|
|
MYSQL_PLUGIN_STATIC(audit_null, [libadtnull.a])
|