mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03: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:
@ -830,8 +830,8 @@ set global join_buffer_size =@my_join_buffer_size;
|
||||
# Bug#28580 Repeatation of status variables
|
||||
#
|
||||
--replace_column 2 #
|
||||
show global variables where Variable_name='table_definition_cache' or
|
||||
Variable_name='table_lock_wait_timeout';
|
||||
show global variables where Variable_name='table_definition_cache';
|
||||
# Note: table_lock_wait_timeout no longer exists. See bug#45225.
|
||||
|
||||
###########################################################################
|
||||
|
||||
|
Reference in New Issue
Block a user