Skip to content

Commit

Permalink
WL#7219: Reverting the wl#7219 patch in mysql-5.5.39-release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashish Agarwal committed Jul 19, 2014
1 parent d94c2e2 commit e9b2f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/sql_audit.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit e9b2f5b

Please sign in to comment.