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

Silence a -Wimplicit-fallthrough warning

parent 58c5145d
...@@ -16294,6 +16294,7 @@ ha_innobase::external_lock( ...@@ -16294,6 +16294,7 @@ ha_innobase::external_lock(
if (lock_type != F_WRLCK) { if (lock_type != F_WRLCK) {
break; break;
} }
/* fall through */
case SQLCOM_UPDATE: case SQLCOM_UPDATE:
case SQLCOM_INSERT: case SQLCOM_INSERT:
case SQLCOM_REPLACE: 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