fix some optimizer stats bug

This commit is contained in:
wangt1xiuyi
2023-08-18 08:17:39 +00:00
committed by ob-robot
parent 2308c9d47f
commit 00d479878b
8 changed files with 226 additions and 257 deletions

View File

@ -11109,6 +11109,10 @@ JOIN
{
malloc_terminal_node($$, result->malloc_pool_, T_JOIN_INNER);
}
| STRAIGHT_JOIN
{
malloc_terminal_node($$, result->malloc_pool_, T_JOIN_INNER);
}
;
opt_inner: