fix mysqltest

This commit is contained in:
chimyue
2023-06-12 07:12:59 +00:00
committed by ob-robot
parent e16be514e6
commit e4c374680c
2 changed files with 22 additions and 30 deletions

View File

@ -274,7 +274,6 @@ void ObSqlCtx::clear()
spm_ctx_.bl_key_.reset();
cur_stmt_ = nullptr;
is_text_ps_mode_ = false;
is_strict_defensive_check_ = false;
}
OB_SERIALIZE_MEMBER(ObSqlCtx, stmt_type_);