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:
Sveta Smirnova
2025-09-09 19:25:13 +03:00
parent 4e190a34ef
commit f550652dbf
6 changed files with 33 additions and 13 deletions

View File

@@ -0,0 +1,7 @@
[mysqld]
log_bin=1
gtid_mode=on
read_only=off
autocommit=no
binlog_format=mixed
skip_name_resolve=true

View File

@@ -0,0 +1,7 @@
[mysqld]
log_bin=on
gtid_mode=True
read_only=FALSE
autocommit=0
binlog_format=MIXED
skip_name_resolve=TRUE