[scn] fix failure of mittest after refresh feature scn

This commit is contained in:
obdev
2022-11-28 01:46:42 +00:00
committed by ob-robot
parent 49a02f3304
commit 54b64a7263
1898 changed files with 255804 additions and 280809 deletions

View File

@ -275,6 +275,7 @@ void ObSqlCtx::reset()
clear();
flashback_query_expr_ = nullptr;
stmt_type_ = stmt::T_NONE;
cur_stmt_ = nullptr;
cur_plan_ = nullptr;
is_execute_call_stmt_ = false;
}
@ -289,7 +290,6 @@ void ObSqlCtx::clear()
non_strict_constraints_.reset();
multi_stmt_rowkey_pos_.reset();
spm_ctx_.bl_key_.reset();
cur_stmt_ = nullptr;
}
OB_SERIALIZE_MEMBER(ObSqlCtx, stmt_type_);