1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Fixed compiler warning that broke builds

gcc 7.4.1
This commit is contained in:
Monty
2019-09-01 15:42:23 +03:00
parent 6a490ca0fb
commit 1bbc593eae

View File

@ -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)