• Chad MILLER's avatar
    Bug#30261: "mysqld --help" no longer possible for root · f4f1747d
    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.
    f4f1747d
mysqld.cc 311 KB