set the initial value of wrs to scn min

This commit is contained in:
obdev
2022-11-28 02:55:06 +00:00
committed by ob-robot
parent 99d4f56fec
commit 87a9357186
406 changed files with 6473 additions and 50308 deletions

View File

@ -1559,6 +1559,8 @@ int ObSelectResolver::resolve_literal_order_item(const ParseNode &sort_node, ObR
int ret = OB_SUCCESS;
if (!is_oracle_mode()) {
// nothing to do
} else if (T_OBJ_ACCESS_REF == sort_node.type_) {
//do nothing
} else if (OB_ISNULL(expr)) {
ret = OB_ERR_UNEXPECTED;
LOG_WARN("expr is null", K(ret));