• Anushree Prakash B's avatar
    Bug#28093271 - MYSQL OVERLOADS -b SHORT OPTION: · 28b05219
    Anushree Prakash B authored
                   --BINARY-AS-HEX, --NO-BEEP
    
    DESCRIPTION:
    ============
    mysql uses -b as the short-option form for two different
    long options i.e. no-beep and binary-as-hex. This can
    result in unintended results if the short form -b is used
    instead of the specific long option name.
    
    FIX:
    ====
    -b will now be used for one long option only i.e --no-beep.
    The option binary-as-hex will not have any short option and
    should be provided as a complete name.
    28b05219
mysql.cc 143 KB