Fix a typo.

This commit is contained in:
Andrea Dell'Amico 2021-02-24 18:07:59 +01:00
parent 02018faf95
commit 0fb5e41bb3
1 changed files with 1 additions and 1 deletions

View File

@ -684,7 +684,7 @@ black_memqcache_table_list = ''
#------------------------------------------------------------------------------
# IN MEMORY QUERY MEMORY CACHE
#------------------------------------------------------------------------------
memory_cache_enabled = ff
memory_cache_enabled = off
# If on, use the memory cache functionality, off by default
memqcache_method = 'shmem'
# Cache storage method. either 'shmem'(shared memory) or