Skip to content

Commit 9ff7129

Browse files
committed
Fix of a warning of gcc 7.0
1 parent a8ec55e commit 9ff7129

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sql/sql_union.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ void select_unit::change_select()
7373
case INTERSECT_TYPE:
7474
intersect_mark->value= prev_step= curr_step;
7575
curr_step= current_select_number;
76+
/* fall through */
7677
case EXCEPT_TYPE:
7778
step= thd->lex->current_select->linkage;
7879
break;

0 commit comments

Comments
 (0)