mirror of https://github.com/MariaDB/server
Browse Source
my_getopt compares option names case-sensitively, causing "Unknown option" errors when users type mixed-case options like wsrep_slave_UK_checks in lowercase wsrep_slave_fk_checks. Made the comparison in the getopt_compare_strings() case-insensitive.bb-10.5-mdev-35874
committed by
Vicențiu-Marian Ciorbaru
8 changed files with 46 additions and 1 deletions
Loading…
Reference in new issue