1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +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".
This commit is contained in:
Jon Olav Hauglid
2010-02-15 13:11:20 +01:00
parent 68710e2b36
commit 9656026658
9 changed files with 3 additions and 293 deletions

View File

@@ -1066,11 +1066,9 @@ set global default_storage_engine =@my_storage_engine;
set global thread_cache_size =@my_thread_cache_size;
set global max_allowed_packet =@my_max_allowed_packet;
set global join_buffer_size =@my_join_buffer_size;
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';
Variable_name Value
table_definition_cache #
table_lock_wait_timeout #
# --
# -- Bug#34820: log_output can be set to illegal value.