MXS-1475 Address review issues
- Clean up session header. - Add test case
This commit is contained in:
@ -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]);
|
||||
|
Reference in New Issue
Block a user