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