[CP] [OBKV] cherry-pick bugfix from 421

This commit is contained in:
shenyunlong.syl
2024-01-17 06:13:26 +00:00
committed by ob-robot
parent aef2bb74ff
commit 7e4fadbe1e
26 changed files with 287 additions and 140 deletions

View File

@ -6763,7 +6763,7 @@ ttl_expr
;
ttl_expr:
simple_expr '+' INTERVAL INTNUM ttl_unit
column_definition_ref '+' INTERVAL INTNUM ttl_unit
{
malloc_non_terminal_node($$, result->malloc_pool_, T_TTL_EXPR, 3, $1, $4, $5);
dup_expr_string($$, result, @1.first_column, @1.last_column);