diff options
author | unknown <serg@janus.mylan> | 2007-04-19 11:05:25 +0200 |
---|---|---|
committer | unknown <serg@janus.mylan> | 2007-04-19 11:05:25 +0200 |
commit | 2b14696099ef00d539be3375e01eaf531da53039 (patch) | |
tree | 3a5051a862399f3546a3ed7d89b9373a09cac5cd /sql/sql_plugin.cc | |
parent | 9bafb1a7ed01682219b8be7c631966e087e1a189 (diff) | |
download | mariadb-git-2b14696099ef00d539be3375e01eaf531da53039.tar.gz |
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
Diffstat (limited to 'sql/sql_plugin.cc')
-rw-r--r-- | sql/sql_plugin.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_plugin.cc b/sql/sql_plugin.cc index 2f62b39d51c..83d71af227e 100644 --- a/sql/sql_plugin.cc +++ b/sql/sql_plugin.cc @@ -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]; |