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

Fix a -Wimplicit-fallthrough warning

parent 56394a78
......@@ -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;
......
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