Commit 954d0181 authored by jimw@mysql.com's avatar jimw@mysql.com

Make query_cache_wlock_invalidate visible in SHOW VARIABLES (Bug #7594)

parent 2e95c0f4
......@@ -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