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)
switch (part_info->part_type) {
case VERSIONING_PARTITION:
if (!part_info->vers_info->interval.is_set())
{
break;
}
/* Fall through */
case RANGE_PARTITION:
case LIST_PARTITION:
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