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:
@ -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)
|
||||
|
Reference in New Issue
Block a user