Merged fix-1007938-mysqlconfig-eol-comments and fixed it to only take # as a start of comment, and to respect quoted values

This commit is contained in:
Brian Fraser
2012-08-02 12:21:59 -03:00
4 changed files with 80 additions and 26 deletions

View File

@@ -0,0 +1,4 @@
[mysqld]
user=mysql # comment
password="password # still part of it!"# comment
something='something ; or # another' # comment