summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJon Olav Hauglid <jon.hauglid@sun.com>2010-02-15 13:11:20 +0100
committerJon Olav Hauglid <jon.hauglid@sun.com>2010-02-15 13:11:20 +0100
commit96560266581a2c76f427412d4b8718655dc20f80 (patch)
treebb0c01fb81bb25ec67cd52907a419164aeb7ea7d /include
parent68710e2b3681f8405dd57634247ba1b862247f78 (diff)
downloadmariadb-git-96560266581a2c76f427412d4b8718655dc20f80.tar.gz
Followup to Bug#45225 Locking: hang if drop table with no timeout
This patch removes the unused server variable "table_lock_wait_timeout".
Diffstat (limited to 'include')
-rw-r--r--include/thr_lock.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/thr_lock.h b/include/thr_lock.h
index 527d1288fe4..1f4072ca0c5 100644
--- a/include/thr_lock.h
+++ b/include/thr_lock.h
@@ -83,7 +83,6 @@ enum enum_thr_lock_result { THR_LOCK_SUCCESS= 0, THR_LOCK_ABORTED= 1,
extern ulong max_write_lock_count;
-extern ulong table_lock_wait_timeout;
extern my_bool thr_lock_inited;
extern enum thr_lock_type thr_upgraded_concurrent_insert_lock;