mirror of
https://github.com/MariaDB/server.git
synced 2026-05-02 13:15:32 +02:00
WL#7219: Reverting the wl#7219 patch in mysql-5.5.39-release branch
This commit is contained in:
parent
d94c2e2fe0
commit
e9b2f5bf15
1 changed files with 1 additions and 1 deletions
|
|
@ -353,7 +353,7 @@ int initialize_audit_plugin(st_plugin_int *plugin)
|
|||
return 1;
|
||||
}
|
||||
|
||||
if (plugin->plugin->init && plugin->plugin->init(plugin))
|
||||
if (plugin->plugin->init && plugin->plugin->init(NULL))
|
||||
{
|
||||
sql_print_error("Plugin '%s' init function returned error.",
|
||||
plugin->name.str);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue