[FEAT MERGE]JSON_TABLE EXPR Implement IN MySQL Mode && dbms lob implement
Co-authored-by: skylhd <dickylhd@gmail.com>
This commit is contained in:
@ -608,6 +608,7 @@ FALSE {
|
||||
}
|
||||
check_malloc(dup_value);
|
||||
yylval->node->str_value_ = dup_value;
|
||||
yylval->node->is_input_quoted_ = 1;
|
||||
yylval->node->sql_str_off_ = yylloc->first_column;
|
||||
setup_token_pos_info(yylval->node, yylloc->first_column, yylval->node->str_len_);
|
||||
return NAME_OB;
|
||||
@ -678,6 +679,7 @@ FALSE {
|
||||
}
|
||||
check_malloc(dup_value);
|
||||
yylval->node->str_value_ = dup_value;
|
||||
yylval->node->is_input_quoted_ = 1;
|
||||
yylval->node->sql_str_off_ = yylloc->first_column;
|
||||
setup_token_pos_info(yylval->node, yylloc->first_column, yylval->node->str_len_);
|
||||
return NAME_OB;
|
||||
|
||||
Reference in New Issue
Block a user