mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-20 10:55:01 +00:00
Updated MySQLConfigComparer.pm so now it can honor case insensitivity. cnf1 and cnf2 are test files.
This commit is contained in:
9
t/pt-config-diff/samples/cnf1
Normal file
9
t/pt-config-diff/samples/cnf1
Normal file
@@ -0,0 +1,9 @@
|
||||
[mysqld]
|
||||
log_bin=1
|
||||
gtid_mode=on
|
||||
read_only=off
|
||||
autocommit=yes
|
||||
autocommit=no
|
||||
binlog_format=mixed
|
||||
skip_name_resolve=true
|
||||
skip_name_resolve=false
|
9
t/pt-config-diff/samples/cnf2
Normal file
9
t/pt-config-diff/samples/cnf2
Normal file
@@ -0,0 +1,9 @@
|
||||
[mysqld]
|
||||
LOGBIN=1
|
||||
gtid_mode=ON
|
||||
read_only=OFF
|
||||
autocommit=YES
|
||||
autocommit=NO
|
||||
binlog_format=MIXED
|
||||
skip_name_resolve=TRUE
|
||||
skip_name_resolve=FALSE
|
Reference in New Issue
Block a user