fix mysql compatible bug with partition table

This commit is contained in:
obdev
2023-09-11 08:10:37 +00:00
committed by ob-robot
parent 92740e52ab
commit cd786d560e
10 changed files with 118 additions and 127 deletions

View File

@ -6828,7 +6828,7 @@ PARTITION relation_factor opt_part_id opt_engine_option opt_subpartition_list
opt_range_partition_list:
'(' range_partition_list ')'
{
merge_nodes($$, result, T_PARTITION_LIST, $2);
merge_nodes($$, result, T_RANGE_PARTITION_LIST, $2);
}
;