BUG#9455 mysqladmin status crash the server
- 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.
Showing
Please register or sign in to comment