[cp]: fix 4 bugs for NO_BACKSLASH_ESCAPES mode.

This commit is contained in:
Monk-Liu
2021-11-30 11:13:39 +08:00
committed by LINxiansheng
parent e28151b107
commit db82de6a5b
10 changed files with 70 additions and 13 deletions

View File

@ -403,7 +403,8 @@ ObTableModifyOp::ObTableModifyOp(ObExecContext& ctx, const ObOpSpec& spec, ObOpI
iter_end_(false),
saved_session_(NULL),
fk_self_ref_row_res_infos_()
{}
{
}
int ObTableModifyOp::inner_open()
{