Commit 958695b1 authored by Ramil Kalimullin's avatar Ramil Kalimullin

removed WL7219: Audit Log Filtering from mysql-5.5.

parent e95e8764
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment