[FEAT MERGE] Merge syslog user experience improvement to master
Co-authored-by: Charles0429 <xiezhenjiang@gmail.com> Co-authored-by: tino247 <tino247@126.com> Co-authored-by: chaser-ch <chaser.ch@antgroup.com>
This commit is contained in:
@ -544,7 +544,7 @@ void ObMySQLRequestUtils::wakeup_easy_request(easy_request_t &ez_req, bool &req_
|
||||
void ObMySQLRequestUtils::disconnect(easy_request_t &ez_req)
|
||||
{
|
||||
if (OB_ISNULL(ez_req.ms)) {
|
||||
SERVER_LOG(WARN, "null req input", KP(ez_req.ms));
|
||||
SERVER_LOG_RET(WARN, common::OB_INVALID_ARGUMENT, "null req input", KP(ez_req.ms));
|
||||
} else {
|
||||
easy_connection_destroy_dispatch(ez_req.ms->c);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user