WL#7219: Reverting the wl#7219 patch in mysql-5.5.39-release branch
This commit is contained in:
parent
d94c2e2fe0
commit
e9b2f5bf15
@ -353,7 +353,7 @@ int initialize_audit_plugin(st_plugin_int *plugin)
|
|||||||
return 1;
|
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.",
|
sql_print_error("Plugin '%s' init function returned error.",
|
||||||
plugin->name.str);
|
plugin->name.str);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user