mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-17 08:57:24 +00:00
Merged fix-1007938-mysqlconfig-eol-comments
This commit is contained in:
9
t/lib/samples/configs/mycnf-kc-001.txt
Normal file
9
t/lib/samples/configs/mycnf-kc-001.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
[mysqld]
|
||||
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
|
||||
log_bin # bool with comment
|
Reference in New Issue
Block a user