• Marko Mäkelä's avatar
    MDEV-20425: Fix -Wimplicit-fallthrough · f42a2317
    Marko Mäkelä authored
    With --skip-debug-assert, DBUG_ASSERT(false) will allow execution to
    continue. Hence, we will need /* fall through */ after them.
    
    Some DBUG_ASSERT(0) were replaced by break; when the switch () statement
    was followed by DBUG_ASSERT(0).
    f42a2317
mtr0mtr.cc 24.7 KB