1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Bug#28580 Repeatation of status variables

removed duplicated variable declarations
This commit is contained in:
gluh@mysql.com/eagle.(none)
2007-06-06 15:59:20 +05:00
parent a155d1f926
commit 4cd4a3d314
3 changed files with 11 additions and 2 deletions

View File

@ -760,3 +760,9 @@ set global slow_launch_time =@my_slow_launch_time;
set global storage_engine =@my_storage_engine;
set global thread_cache_size =@my_thread_cache_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';