Fix modify_defaults_file as agreed with monty (correct all occurences of an option in the section)
mysys/default_modify.c:
Correct all occurences of an option in the section. To avoid memory problems preallocate reserve of 1K, and
realloc it later if needed (almost never).