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:

committed by
Johan Wikman

parent
436c563da7
commit
433528aa59
@ -20,6 +20,7 @@ const char *bad_configs[] =
|
||||
"mxs720_line_with_no_equal",
|
||||
"mxs720_wierd_line",
|
||||
"mxs799",
|
||||
"mxs1731_empty_param",
|
||||
NULL
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user