Skip to content

Commit

Permalink
Silence a -Wimplicit-fallthrough warning
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-m committed Aug 16, 2017
1 parent 58c5145 commit ff3cf74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions storage/innobase/handler/ha_innodb.cc
Expand Up @@ -16294,6 +16294,7 @@ ha_innobase::external_lock(
if (lock_type != F_WRLCK) {
break;
}
/* fall through */
case SQLCOM_UPDATE:
case SQLCOM_INSERT:
case SQLCOM_REPLACE:
Expand Down

0 comments on commit ff3cf74

Please sign in to comment.