• Nirbhay Choubey's avatar
    BUG#11766219 : 59280: $MYSQL_HOME IS NOT USED FOR THE · c614ff3a
    Nirbhay Choubey authored
                   CLIENT CONFIGURATION.
    
    At startup, MySQL server/client programs do not read
    configuration file pointed by MYSQL_HOME environment
    variable.
    
    This happened as, this environment variable was
    handled by a different variable (DEFAULT_HOME_ENV)
    in the code, which was ne'er initialized.
    
    Fixed by changing it to MYSQL_HOME.
    c614ff3a
default.c 35.4 KB