[SCN REFACTOR] replace flash back snapshot and remove read snapshot session

This commit is contained in:
wangt1xiuyi
2022-11-28 01:54:50 +00:00
committed by ob-robot
parent c4c13f6296
commit 11485d6a98
268 changed files with 6763 additions and 7737 deletions

View File

@ -471,6 +471,7 @@ int ObTriggerResolver::resolve_timing_point(int16_t before_or_after, int16_t stm
const ObString &trigger_body = trigger_arg.trigger_info_.get_trigger_body();
parse_result.is_for_trigger_ = 1;
parse_result.mysql_compatible_comment_ = 0;
parse_result.is_dynamic_sql_ = 0;
OZ (pl_parser.parse(trigger_body, trigger_body, parse_result));
CK (OB_NOT_NULL(parse_tree = parse_result.result_tree_));
CK (T_STMT_LIST == parse_tree->type_);