mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +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) {
|
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)
|
||||||
|
Reference in New Issue
Block a user