From 96560266581a2c76f427412d4b8718655dc20f80 Mon Sep 17 00:00:00 2001 From: Jon Olav Hauglid Date: Mon, 15 Feb 2010 13:11:20 +0100 Subject: Followup to Bug#45225 Locking: hang if drop table with no timeout This patch removes the unused server variable "table_lock_wait_timeout". --- include/thr_lock.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') 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; -- cgit v1.2.1