[to #48644798] fix mysql errno for creating views with questionmarks in PL
This commit is contained in:
@ -1041,6 +1041,8 @@ int ObParser::parse(const ObString &query,
|
||||
parse_result.question_mark_ctx_.count_ = def_name_ctx_->count_;
|
||||
}
|
||||
|
||||
parse_result.pl_parse_info_.is_inner_parse_ = is_pl_inner_parse;
|
||||
|
||||
if (INS_MULTI_VALUES == parse_mode) {
|
||||
void *buffer = nullptr;
|
||||
if (OB_ISNULL(buffer = allocator_->alloc(sizeof(InsMultiValuesResult)))) {
|
||||
|
||||
Reference in New Issue
Block a user