[to #49328715] fix a -4016 problem of trigger parser
This commit is contained in:
@ -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);
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user