[CP] [to #2024072000103864631] chore: alter get_cursor error message
This commit is contained in:
parent
35e02e8f07
commit
d1cb7a5aee
@ -1498,7 +1498,7 @@ ObPLCursorInfo *ObSQLSessionInfo::get_cursor(int64_t cursor_id)
|
||||
{
|
||||
ObPLCursorInfo *cursor = NULL;
|
||||
if (OB_SUCCESS != pl_cursor_cache_.pl_cursor_map_.get_refactored(cursor_id, cursor)) {
|
||||
LOG_WARN_RET(OB_ERR_UNEXPECTED, "get cursor info failed", K(cursor_id), K(get_sessid()));
|
||||
LOG_INFO("get cursor info failed", K(cursor_id), K(get_sessid()));
|
||||
}
|
||||
return cursor;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user