MXS-2290 Reject use of whitespace in section names

Whitespace in section names was deprecated in 2.2 and in 2.4 it
will be rejected.
This commit is contained in:
Johan Wikman
2019-01-25 10:01:04 +02:00
parent f78df53f30
commit 9083ea2d02
7 changed files with 92 additions and 32 deletions

View File

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