replace ts related to ddl with scn.

This commit is contained in:
obdev
2022-11-28 02:21:13 +00:00
committed by ob-robot
parent bbec6aff49
commit 8a4d14122f
539 changed files with 17685 additions and 173434 deletions

View File

@ -275,7 +275,6 @@ void ObSqlCtx::reset()
clear();
flashback_query_expr_ = nullptr;
stmt_type_ = stmt::T_NONE;
cur_stmt_ = nullptr;
cur_plan_ = nullptr;
is_execute_call_stmt_ = false;
}
@ -290,6 +289,7 @@ 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_);