[to #6249380]fixed fetch type check problem
This commit is contained in:
@ -353,7 +353,7 @@ int ObMPStmtFetch::response_result(pl::ObPLCursorInfo &cursor,
|
|||||||
ret = OB_ERR_UNEXPECTED;
|
ret = OB_ERR_UNEXPECTED;
|
||||||
LOG_WARN("get unexpect streaming result set.", K(ret), K(cursor.get_id()));
|
LOG_WARN("get unexpect streaming result set.", K(ret), K(cursor.get_id()));
|
||||||
}
|
}
|
||||||
if (OB_OCI_DEFAULT != offset_type_ || OB_OCI_FETCH_NEXT != offset_type_) {
|
if (OB_OCI_DEFAULT != offset_type_ && OB_OCI_FETCH_NEXT != offset_type_) {
|
||||||
ret = OB_ERR_UNEXPECTED;
|
ret = OB_ERR_UNEXPECTED;
|
||||||
LOG_WARN("streaming result set not support this offset type.", K(ret),
|
LOG_WARN("streaming result set not support this offset type.", K(ret),
|
||||||
K(cursor.get_id()),
|
K(cursor.get_id()),
|
||||||
|
|||||||
Reference in New Issue
Block a user