optimize memtable garbage collection

This commit is contained in:
Handora
2023-05-16 09:46:50 +00:00
committed by ob-robot
parent 6ff52a2fd8
commit b5ac0c7bf6
21 changed files with 282 additions and 104 deletions

View File

@ -9585,7 +9585,7 @@ int ObPLResolver::resolve_sqlcode_or_sqlerrm(ObQualifiedName &q_name,
int ret = OB_SUCCESS;
UNUSED(unit_ast);
if (1 == q_name.access_idents_.count()
&& q_name.access_idents_.at(0).get_type() == UNKNOWN
&& q_name.access_idents_.at(0).get_type() == AccessNameType::UNKNOWN
&& (0 == q_name.access_idents_.at(0).access_name_.case_compare("SQLCODE")
|| 0 == q_name.access_idents_.at(0).access_name_.case_compare("SQLERRM"))) {
ObPLSQLCodeSQLErrmRawExpr *c_expr = NULL;