[FEAT MERGE]4_2_sql_feature
Co-authored-by: yinyj17 <yinyijun92@gmail.com> Co-authored-by: xianyu-w <707512433@qq.com> Co-authored-by: jingtaoye35 <1255153887@qq.com>
This commit is contained in:
@ -34,7 +34,12 @@ int ObUpdateStmtPrinter::do_print()
|
||||
ret = OB_ERR_UNEXPECTED;
|
||||
LOG_WARN("stmt should not be NULL", K(ret));
|
||||
} else {
|
||||
expr_printer_.init(buf_, buf_len_, pos_, schema_guard_, print_params_);
|
||||
expr_printer_.init(buf_,
|
||||
buf_len_,
|
||||
pos_,
|
||||
schema_guard_,
|
||||
print_params_,
|
||||
param_store_);
|
||||
if (OB_FAIL(print())) {
|
||||
LOG_WARN("fail to print stmt", K(ret));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user