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.
This commit is contained in:
Kristofer Pettersson 2009-09-03 12:08:55 +02:00
parent f68c3c0a6e
commit cae61b1ce4

View File

@ -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));
/*