[to #49328715] fix a -4016 problem of trigger parser

This commit is contained in:
0xacc
2023-05-11 12:11:23 +00:00
committed by ob-robot
parent 4ead928e53
commit d89b3ef9ef
5 changed files with 19 additions and 7 deletions

View File

@ -87,7 +87,8 @@ public:
ParseResult &parse_result,
ParseMode mode=STD_MODE,
const bool is_batched_multi_stmt_split_on = false,
const bool no_throw_parser_error = false);
const bool no_throw_parser_error = false,
const bool is_pl_inner_parse = false);
virtual void free_result(ParseResult &parse_result);
/**