mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-26 05:58:16 +00:00
Extra tweaks due to feedback from kaiwangchen: ; starts comments if at the start of a line
This commit is contained in:
@@ -2,3 +2,7 @@
|
||||
user=mysql # comment
|
||||
password="password # still part of it!"# comment
|
||||
something='something ; or # another' # comment
|
||||
;semicolon="start of line comment with ;"
|
||||
#pound="start of line comment with #"
|
||||
;spacecolon
|
||||
#spacepound
|
||||
|
Reference in New Issue
Block a user