1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

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 dedcfe2f3d
commit 76b8bd3589

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