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

Fix a -Wimplicit-fallthrough warning

parent c039cacf
......@@ -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:
......
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