Comment 2 for bug 1012893

Revision history for this message
Simon Kuhn (simon.kuhn) wrote :

Actually, the workaround I mentioned doesn't work because you're likely to wind up with a concatenated file like:

[mysqld]
blah =1

[mysqld]
blah = 2

Which the tool won't parse in the same manner that MySQL would parse the original config files (blah = 2), leaving you with false negative / positives.