mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
mysql-test/t/ndb_dd_basic.test
fixed the test
sql/ha_ndbcluster.cc
LOCK_plugin is used in ha_ndbcluster.cc
sql/sql_plugin.cc
LOCK_plugin is used in ha_ndbcluster.cc
mysql-test/t/ndb_dd_basic.test:
fixed the test
sql/ha_ndbcluster.cc:
LOCK_plugin is used in ha_ndbcluster.cc
sql/sql_plugin.cc:
LOCK_plugin is used in ha_ndbcluster.cc
This commit is contained in:
@@ -99,7 +99,7 @@ static bool initialized= 0;
|
||||
following variables/structures.
|
||||
We are always manipulating ref count, so a rwlock here is unneccessary.
|
||||
*/
|
||||
static pthread_mutex_t LOCK_plugin;
|
||||
pthread_mutex_t LOCK_plugin;
|
||||
static DYNAMIC_ARRAY plugin_dl_array;
|
||||
static DYNAMIC_ARRAY plugin_array;
|
||||
static HASH plugin_hash[MYSQL_MAX_PLUGIN_TYPE_NUM];
|
||||
|
||||
Reference in New Issue
Block a user