1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +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:
intersect_mark->value= prev_step= curr_step;
curr_step= current_select_number;
/* fall through */
case EXCEPT_TYPE:
step= thd->lex->current_select->linkage;
break;