Bug #50470 changing multiline config values fails under some conditions
Submitted: 20 Jan 2010 11:09 Modified: 22 Jan 2010 13:46
Reporter: Johannes Taxacher Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench Severity:S3 (Non-critical)
Version:5.2.13 OS:Any
Assigned to: Maksym Yehorov CPU Architecture:Any

[20 Jan 2010 11:09] Johannes Taxacher
Description:
when changing a multiline-option, like "replicate-do-db=" from multiple statements to completely remove the option, config editor gives a error msg hen trying to review and apply that change

How to repeat:
- insert the lines 

replicate-do-db = data1
replicate-do-db = data2

into your config file and launch WBs administration for that file.

- now head over to configuration -> replication and see the content "data1 | data2" in the "replicate these - databases" option.
- uncheck the checkbox next to the option
- click apply

as workaround, first remove all database names but one from the config option and apply that to the file (works). after that you can also remove the option completely and WB will apply the change (remove the line from cfg file)
[20 Jan 2010 14:17] Johannes Taxacher
fix confirmed. will be included in 5.2.14
[22 Jan 2010 13:46] Tony Bedford
An entry has been added to the 5.2.14 changelog:

If a multiline configuration option in the MySQL server configuration file was removed using the configuration editor of the Administrator tab, then MySQL Workbench generated an error.