fix view column nullable deduce wrong
This commit is contained in:
committed by
ob-robot
parent
5ad1102423
commit
b5792241c1
2
deps/oblib/src/common/row/ob_row_store.cpp
vendored
2
deps/oblib/src/common/row/ob_row_store.cpp
vendored
@ -748,7 +748,7 @@ int ObRowStore::add_row_by_projector(const ObNewRow &row,
|
||||
break; // done
|
||||
}
|
||||
} // end while
|
||||
if (3 < retry) {
|
||||
if (OB_SUCC(ret) && 3 < retry) {
|
||||
ret = OB_ERR_UNEXPECTED;
|
||||
OB_LOG(ERROR, "unexpected branch");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user