MXS-2346 Exclude core parameters

Core parameters are not handled by the module but by the core and
must hence be ignored when validating and configuring.
This commit is contained in:
Johan Wikman
2019-04-12 08:53:39 +03:00
parent c381aefefc
commit 0c7a3240bd
4 changed files with 84 additions and 22 deletions

View File

@ -17,7 +17,7 @@
#define CACHE_ZDEFAULT_STORAGE "\"storage_inmemory\""
config::Specification CacheConfig::s_specification(MXS_MODULE_NAME);
config::Specification CacheConfig::s_specification(MXS_MODULE_NAME, config::Specification::FILTER);
config::ParamString CacheConfig::s_storage(
&s_specification,