disable hash groupby bypass path when estimiate stat

This commit is contained in:
Larry955
2023-03-09 12:44:37 +00:00
committed by ob-robot
parent 52c3cde4eb
commit 3b47aa7ccd
9 changed files with 33 additions and 6 deletions

View File

@ -938,6 +938,7 @@ Timestamp{whitespace}?\"[^\"]*\" {
}
<hint>NO_GATHER_OPTIMIZER_STATISTICS { return NO_GATHER_OPTIMIZER_STATISTICS; }
<hint>GATHER_OPTIMIZER_STATISTICS { return GATHER_OPTIMIZER_STATISTICS; }
<hint>DBMS_STATS { return DBMS_STATS; }
<hint>LOG_LEVEL { return LOG_LEVEL; }
<hint>LEADING { return LEADING_HINT; }
<hint>ORDERED { return ORDERED; }