MXS-2274 Add test
Check that use of reserved names (those starting with "@@") in configuration file is rejected.
This commit is contained in:
@ -23,6 +23,7 @@ const char* bad_configs[] =
|
||||
"mxs1731_empty_param",
|
||||
// passwd is still supported
|
||||
// "old_passwd",
|
||||
"no_use_of_reserved_names",
|
||||
NULL
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user