Commit 1d584b8f authored by Kristofer Pettersson's avatar Kristofer Pettersson

Bug#46486 warnings produced when running mysql_install_db

During start up some plugins are disabled by default. This caused an additional
warning level message to be emitted as a result of a previous bug patch. Since
there is risk of unnecessary confusion regarding the operation level of the server
the redundant information is removed.
parent 09feff3d
......@@ -1565,9 +1565,6 @@ void plugin_shutdown(void)
}
}
if (count > free_slots)
sql_print_warning("Forcing shutdown of %d plugins", count - free_slots);
plugins= (struct st_plugin_int **) my_alloca(sizeof(void*) * (count+1));
/*
......
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