mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
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:
parent
be3e256d25
commit
37fd0bcf63
9 changed files with 3 additions and 293 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue