MXS-1475 Address review issues

- Clean up session header.
- Add test case
This commit is contained in:
Johan Wikman
2018-03-02 03:58:16 +02:00
parent 23b8939e20
commit 805e3578a2
2 changed files with 8 additions and 4 deletions

View File

@ -218,6 +218,12 @@ struct TEST_CASE
"@MAXSCALE.CACHE.ENABLED",
"TRUE"
},
{
"SET @MAXSCALE.CACHE.ENABLED = TRUE, @maxscale.cache.enabled = FALSE",
P::IS_SET_MAXSCALE,
"@maxscale.cache.enabled",
"FALSE"
},
};
const int N_TEST_CASES = sizeof(test_cases) / sizeof(test_cases[0]);