Make query_cache_wlock_invalidate visible in SHOW VARIABLES (Bug #7594)
sql/set_var.cc: Make query_cache_wlock_invalidate visible in SHOW VARIABLES
This commit is contained in:
parent
7b7216e1f4
commit
8ffe8ab302
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user