mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-04-09 01:04:44 +08:00
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:
4
t/lib/samples/configs/mycnf-kc-001.txt
Normal file
4
t/lib/samples/configs/mycnf-kc-001.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
[mysqld]
|
||||
user=mysql # comment
|
||||
password="password # still part of it!"# comment
|
||||
something='something ; or # another' # comment
|
||||
Reference in New Issue
Block a user