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:
@ -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
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user