[CP] [to #41137467]fix bug set variable

This commit is contained in:
seuwebber
2022-11-18 08:42:24 +00:00
committed by wangzelin.wzl
parent 2b92838612
commit 92765f4f87
7 changed files with 12 additions and 6 deletions

View File

@ -15726,6 +15726,10 @@ new_or_old:
new_or_old_column_ref:
new_or_old '.' column_name
{
if (!result->is_for_trigger_) {
yyerror(&@2, result, "");
YYERROR;
}
malloc_non_terminal_node($$, result->malloc_pool_, T_COLUMN_REF, 3, NULL, $1, $3);
dup_node_string($3, $$, result->malloc_pool_);
#ifndef SQL_PARSER_COMPILATION