summaryrefslogtreecommitdiff
path: root/mysql-test/r/variables.result
diff options
context:
space:
mode:
authorAlexander Nozdrin <alik@sun.com>2010-02-20 12:40:21 +0300
committerAlexander Nozdrin <alik@sun.com>2010-02-20 12:40:21 +0300
commit77c6baf6122c5b17bd33c3fbc387a810f51872f7 (patch)
tree1d3c315024c2557bae5d03386853272310ae55ed /mysql-test/r/variables.result
parent5b1700bbfaf1f13789cc25b21855fbbbf68c481b (diff)
parent7ba05466208a5d32d7518152a84754892cf435e9 (diff)
downloadmariadb-git-77c6baf6122c5b17bd33c3fbc387a810f51872f7.tar.gz
Auto-merge from mysql-next-mr.
Diffstat (limited to 'mysql-test/r/variables.result')
-rw-r--r--mysql-test/r/variables.result4
1 files changed, 1 insertions, 3 deletions
diff --git a/mysql-test/r/variables.result b/mysql-test/r/variables.result
index 9701a939b19..b46f7c3bada 100644
--- a/mysql-test/r/variables.result
+++ b/mysql-test/r/variables.result
@@ -1063,11 +1063,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.