• unknown's avatar
    BUG#9455 mysqladmin status crash the server · 7b8f4c6d
    unknown authored
     - Send error to client when mysql_change_db fails.
    
    
    sql/sql_db.cc:
      Added a note to comment for mysql_change_db that it will not send any error to the client.
    sql/sql_parse.cc:
      Call net_send_error(thd) if mysql_change_db fails.
      Remove comments claiming that mysql_change_db sends error the the client.
    7b8f4c6d
sql_db.cc 28.5 KB