diff options
author | monty@mashka.mysql.fi <> | 2003-09-13 11:35:29 +0300 |
---|---|---|
committer | monty@mashka.mysql.fi <> | 2003-09-13 11:35:29 +0300 |
commit | f300e3a164285c76a97b9ae6808d7cd555b6c176 (patch) | |
tree | 9c744cbdbd301249f0686bf0618b5f55b26d7a32 /sql/lock.cc | |
parent | efce59fc3fcacf94c25a9648df03fda5e0a94b87 (diff) | |
download | mariadb-git-f300e3a164285c76a97b9ae6808d7cd555b6c176.tar.gz |
Remove 'extern' references from .cc files
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 82004298453..fd56d1e85b2 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); |