MXS-1731: Treat empty parameters as errors

If a parameter is defined without a value, it is now treated as an error.
This commit is contained in:
Markus Mäkelä
2018-03-21 09:42:56 +02:00
committed by Johan Wikman
parent 436c563da7
commit 433528aa59
4 changed files with 81 additions and 2 deletions

View File

@ -20,6 +20,7 @@ const char *bad_configs[] =
"mxs720_line_with_no_equal",
"mxs720_wierd_line",
"mxs799",
"mxs1731_empty_param",
NULL
};