mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 14:02:32 +01:00
94098b22c0
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.
4 lines
203 B
Text
4 lines
203 B
Text
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])
|