Skip to content

Commit

Permalink
Fix -Wimplicit-fallthrough warnings (no functional change)
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-m committed Sep 20, 2017
1 parent 47cd984 commit dc112d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions client/mysql.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1895,6 +1895,7 @@ get_one_option(int optid, const struct my_option *opt __attribute__((unused)),
usage(1);
status.exit_status= 0;
mysql_end(-1);
break;
case 'I':
case '?':
usage(0);
Expand Down
1 change: 1 addition & 0 deletions sql/sql_table.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1174,6 +1174,7 @@ static int execute_ddl_log_action(THD *thd, DDL_LOG_ENTRY *ddl_log_entry)
action in the log entry by stepping up the phase.
*/
}
/* fall through */
case DDL_LOG_RENAME_ACTION:
{
error= TRUE;
Expand Down

0 comments on commit dc112d2

Please sign in to comment.