Skip to content

Commit

Permalink
Fix of a warning of gcc 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sanja-byelkin committed Sep 1, 2017
1 parent a8ec55e commit 9ff7129
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sql/sql_union.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9ff7129

Please sign in to comment.