Commit dc112d2f authored by Marko Mäkelä's avatar Marko Mäkelä

Fix -Wimplicit-fallthrough warnings (no functional change)

parent 47cd984a
......@@ -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);
......
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment