mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-21 11:30:24 +00:00
PT-2014 - pt-config-diff does not honor case insensitivity flag
- Fixed the proposed fix - Fixed proposed configuration files - Added test case
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
[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
|
@@ -1,9 +0,0 @@
|
||||
[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