Fix a -Wimplicit-fallthrough warning

This commit is contained in:
Marko Mäkelä 2017-08-08 00:05:20 +03:00
parent c039cacf53
commit f5b0c47b58

View file

@ -16012,6 +16012,7 @@ ha_innobase::external_lock(
if (lock_type != F_WRLCK) {
break;
}
/* fall through */
case SQLCOM_UPDATE:
case SQLCOM_INSERT:
case SQLCOM_REPLACE: