mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
sql_plugin.cc:
Bug#17196, --default-storage-engine option broken configure.in: This is an alpha configure.in: This is an alpha sql/sql_plugin.cc: Bug#17196, --default-storage-engine option broken
This commit is contained in:
@ -345,7 +345,7 @@ struct st_plugin_int *plugin_lock(LEX_STRING *name, int type)
|
||||
rw_wrlock(&THR_LOCK_plugin);
|
||||
if ((rc= plugin_find_internal(name, type)))
|
||||
{
|
||||
if (rc->state == PLUGIN_IS_READY)
|
||||
if (rc->state == PLUGIN_IS_READY || rc->state == PLUGIN_IS_UNINITIALIZED)
|
||||
rc->ref_count++;
|
||||
else
|
||||
rc= 0;
|
||||
|
Reference in New Issue
Block a user