Commit 1bbc593e authored by Monty's avatar Monty

Fixed compiler warning that broke builds

gcc 7.4.1
parent 6a490ca0
...@@ -7676,9 +7676,8 @@ static void set_up_range_analysis_info(partition_info *part_info) ...@@ -7676,9 +7676,8 @@ static void set_up_range_analysis_info(partition_info *part_info)
switch (part_info->part_type) { switch (part_info->part_type) {
case VERSIONING_PARTITION: case VERSIONING_PARTITION:
if (!part_info->vers_info->interval.is_set()) if (!part_info->vers_info->interval.is_set())
{
break; break;
} /* Fall through */
case RANGE_PARTITION: case RANGE_PARTITION:
case LIST_PARTITION: case LIST_PARTITION:
if (!part_info->column_list) if (!part_info->column_list)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment