[FEAT MERGE] 4.1 PL/SQL enhence & development
This commit is contained in:
@ -1202,7 +1202,7 @@ int ObTableScanOp::inner_open()
|
||||
if (OB_ISNULL(my_session = GET_MY_SESSION(ctx_))) {
|
||||
ret = OB_ERR_UNEXPECTED;
|
||||
LOG_WARN("fail to get my session", K(ret));
|
||||
} else if (OB_FAIL(ObDASUtils::check_nested_sql_mutating(MY_SPEC.ref_table_id_, ctx_))) {
|
||||
} else if (OB_FAIL(ObDASUtils::check_nested_sql_mutating(MY_SPEC.ref_table_id_, ctx_, true))) {
|
||||
LOG_WARN("failed to check stmt table", K(ret), K(MY_SPEC.ref_table_id_));
|
||||
} else if (OB_FAIL(init_table_scan_rtdef())) {
|
||||
LOG_WARN("prepare scan param failed", K(ret));
|
||||
|
||||
Reference in New Issue
Block a user