Followup to Bug#45225 Locking: hang if drop table with no timeout

This patch removes the unused server variable
"table_lock_wait_timeout".


mysql-test/r/variables.result:
  Updated the test for Bug#28580 to reflect that 
  "table_lock_wait_timeout" no longer exists.
mysql-test/t/variables.test:
  Updated the test for Bug#28580 to reflect that 
  "table_lock_wait_timeout" no longer exists.
This commit is contained in:
Jon Olav Hauglid 2010-02-15 13:11:20 +01:00
commit 37fd0bcf63
9 changed files with 3 additions and 293 deletions

View file

@ -83,7 +83,6 @@ multiple read locks.
my_bool thr_lock_inited=0;
ulong locks_immediate = 0L, locks_waited = 0L;
ulong table_lock_wait_timeout;
enum thr_lock_type thr_upgraded_concurrent_insert_lock = TL_WRITE;
/* The following constants are only for debug output */