Fix a typo.
This commit is contained in:
parent
02018faf95
commit
0fb5e41bb3
|
@ -684,7 +684,7 @@ black_memqcache_table_list = ''
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
# IN MEMORY QUERY MEMORY CACHE
|
# IN MEMORY QUERY MEMORY CACHE
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
memory_cache_enabled = ff
|
memory_cache_enabled = off
|
||||||
# If on, use the memory cache functionality, off by default
|
# If on, use the memory cache functionality, off by default
|
||||||
memqcache_method = 'shmem'
|
memqcache_method = 'shmem'
|
||||||
# Cache storage method. either 'shmem'(shared memory) or
|
# Cache storage method. either 'shmem'(shared memory) or
|
||||||
|
|
Loading…
Reference in New Issue