You've already forked mysql-audit
mirror of
https://github.com/trellix-enterprise/mysql-audit.git
synced 2025-12-20 18:43:59 +08:00
small fixes for command name loading
new readme with ref to github wiki improve performance of command lookup. Fix cmd type and object type in cached queries. Support for MySQL 5.5.21 offsets
This commit is contained in:
10
src/MySQLPlugin.map
Normal file
10
src/MySQLPlugin.map
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
global:
|
||||
_mysql_plugin_declarations_;
|
||||
_mysql_plugin_interface_version_;
|
||||
_mysql_sizeof_struct_st_plugin_;
|
||||
audit_plugin_so_init;
|
||||
thd_alloc_service;
|
||||
|
||||
local: *;
|
||||
};
|
||||
Reference in New Issue
Block a user