The cache storage storage_inmemory is now the default

This commit is contained in:
Johan Wikman
2017-03-17 13:45:55 +02:00
parent 1b418b517c
commit ed06b6a331
4 changed files with 14 additions and 8 deletions

View File

@ -153,8 +153,7 @@ extern "C" MXS_MODULE* MXS_CREATE_MODULE()
{
"storage",
MXS_MODULE_PARAM_STRING,
NULL,
MXS_MODULE_OPT_REQUIRED
CACHE_DEFAULT_STORAGE
},
{
"storage_options",

View File

@ -56,6 +56,8 @@
#define CACHE_DEFAULT_THREAD_MODEL "shared"
// Cacheable selects
#define CACHE_DEFAULT_SELECTS "verify_cacheable"
// Storage
#define CACHE_DEFAULT_STORAGE "storage_inmemory"
typedef enum cache_selects
{