diff options
author | monty@mishka.mysql.fi <> | 2003-09-24 10:24:56 +0300 |
---|---|---|
committer | monty@mishka.mysql.fi <> | 2003-09-24 10:24:56 +0300 |
commit | c22c1d8a4d14c32348f7c03be7e29d288ef07287 (patch) | |
tree | cc7389163da24340a03858b997927a41eeedc545 /sql/lock.cc | |
parent | efd94f5ba972bb10d2d10fe46fc9153536941e92 (diff) | |
parent | c674ffd5f1f6b846fe8bffc4d53190fa81e4d121 (diff) | |
download | mariadb-git-c22c1d8a4d14c32348f7c03be7e29d288ef07287.tar.gz |
merge
Diffstat (limited to 'sql/lock.cc')
-rw-r--r-- | sql/lock.cc | 2 |
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); |