Skip to content
Permalink
Browse files
Fix a -Wimplicit-fallthrough warning
  • Loading branch information
dr-m committed Nov 10, 2017
1 parent 56394a7 commit c0e10f3
Showing 1 changed file with 0 additions and 1 deletion.
@@ -6367,7 +6367,6 @@ my_bool translog_write_record(LSN *lsn,
short_trid, &parts, trn, hook_arg);
break;
case LOGRECTYPE_NOT_ALLOWED:
DBUG_ASSERT(0);
default:
DBUG_ASSERT(0);
rc= 1;

0 comments on commit c0e10f3

Please sign in to comment.