MXS-2274 Add test

Check that use of reserved names (those starting with "@@") in
configuration file is rejected.
This commit is contained in:
Johan Wikman
2019-01-25 09:50:03 +02:00
parent 546b80de4b
commit f78df53f30
2 changed files with 58 additions and 0 deletions

View File

@ -23,6 +23,7 @@ const char* bad_configs[] =
"mxs1731_empty_param",
// passwd is still supported
// "old_passwd",
"no_use_of_reserved_names",
NULL
};