Skip to content

Commit c0e10f3

Browse files
committed
Fix a -Wimplicit-fallthrough warning
1 parent 56394a7 commit c0e10f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

storage/maria/ma_loghandler.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6367,7 +6367,6 @@ my_bool translog_write_record(LSN *lsn,
63676367
short_trid, &parts, trn, hook_arg);
63686368
break;
63696369
case LOGRECTYPE_NOT_ALLOWED:
6370-
DBUG_ASSERT(0);
63716370
default:
63726371
DBUG_ASSERT(0);
63736372
rc= 1;

0 commit comments

Comments
 (0)