1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fix of a warning of gcc 7.0

This commit is contained in:
Oleksandr Byelkin
2017-09-01 16:07:37 +02:00
parent a8ec55e4e8
commit 9ff7129f16

View File

@ -73,6 +73,7 @@ void select_unit::change_select()
case INTERSECT_TYPE: case INTERSECT_TYPE:
intersect_mark->value= prev_step= curr_step; intersect_mark->value= prev_step= curr_step;
curr_step= current_select_number; curr_step= current_select_number;
/* fall through */
case EXCEPT_TYPE: case EXCEPT_TYPE:
step= thd->lex->current_select->linkage; step= thd->lex->current_select->linkage;
break; break;