Commit 8ffe8ab3 authored by unknown's avatar unknown

Make query_cache_wlock_invalidate visible in SHOW VARIABLES (Bug #7594)


sql/set_var.cc:
  Make query_cache_wlock_invalidate visible in SHOW VARIABLES
parent 7b7216e1
......@@ -593,6 +593,8 @@ struct show_var_st init_vars[]= {
{sys_query_cache_limit.name,(char*) &sys_query_cache_limit, SHOW_SYS},
{sys_query_cache_size.name, (char*) &sys_query_cache_size, SHOW_SYS},
{sys_query_cache_type.name, (char*) &sys_query_cache_type, SHOW_SYS},
{sys_query_cache_wlock_invalidate.name,
(char*) &sys_query_cache_wlock_invalidate, SHOW_SYS},
#endif /* HAVE_QUERY_CACHE */
{sys_query_prealloc_size.name, (char*) &sys_query_prealloc_size, SHOW_SYS},
{sys_range_alloc_block_size.name, (char*) &sys_range_alloc_block_size,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment