We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I installed plugins on version 5.7.18 .
INSTALL PLUGIN AUDIT SONAME 'libaudit_plugin.so';
The following error occurs: (errno: 13 mysql_5.7.18/lib/plugin/libaudit_plugin.so: undefined symbol: thd_alloc_service)
Find the definition of the error in this file. " mysql-audit-master/src/MySQLPlugin.map "
{ global: mysql_plugin_declarations; mysql_plugin_interface_version; mysql_sizeof_struct_st_plugin; audit_plugin_so_init; thd_alloc_service;
local: *;
};
What is the effect of this definition? " thd_alloc_service; "
The text was updated successfully, but these errors were encountered:
Hi. Apologies for the late response. There was a snafu with my email address and I did not see this issue.
Please try the latest version of the plugin. It should support 5.7.18 out of the box.
Thanks!
Sorry, something went wrong.
No branches or pull requests
I installed plugins on version 5.7.18 .
The following error occurs:
(errno: 13 mysql_5.7.18/lib/plugin/libaudit_plugin.so: undefined symbol: thd_alloc_service)
Find the definition of the error in this file. " mysql-audit-master/src/MySQLPlugin.map "
{
global:
mysql_plugin_declarations;
mysql_plugin_interface_version;
mysql_sizeof_struct_st_plugin;
audit_plugin_so_init;
thd_alloc_service;
};
What is the effect of this definition? " thd_alloc_service; "
The text was updated successfully, but these errors were encountered: