• Chad MILLER's avatar
    Bug#30261: "mysqld --help" no longer possible for root · d8808625
    Chad MILLER authored
    The check for root-ness would signal an error.  Errors would make the
    server exit before usage (help) information was printed.
    
    Now, test for whether we want help regardless of whether we're going
    to exit with an error.  If plugins are not initialized by the time we 
    print usage information, inform the user that some parameters are 
    missing.
    d8808625
mysqld.cc 311 KB