summaryrefslogtreecommitdiff
path: root/sql/lock.cc
diff options
context:
space:
mode:
authormonty@mishka.mysql.fi <>2003-09-24 10:24:56 +0300
committermonty@mishka.mysql.fi <>2003-09-24 10:24:56 +0300
commitc22c1d8a4d14c32348f7c03be7e29d288ef07287 (patch)
treecc7389163da24340a03858b997927a41eeedc545 /sql/lock.cc
parentefd94f5ba972bb10d2d10fe46fc9153536941e92 (diff)
parentc674ffd5f1f6b846fe8bffc4d53190fa81e4d121 (diff)
downloadmariadb-git-c22c1d8a4d14c32348f7c03be7e29d288ef07287.tar.gz
merge
Diffstat (limited to 'sql/lock.cc')
-rw-r--r--sql/lock.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/lock.cc b/sql/lock.cc
index ea5e60b558f..29795415720 100644
--- a/sql/lock.cc
+++ b/sql/lock.cc
@@ -75,8 +75,6 @@ TODO:
#include "../myisammrg/myrg_def.h"
#endif
-extern HASH open_cache;
-
static MYSQL_LOCK *get_lock_data(THD *thd, TABLE **table,uint count,
bool unlock, TABLE **write_locked);
static int lock_external(THD *thd, TABLE **table,uint count);