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:
@ -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;
|
||||
|
Reference in New Issue
Block a user