mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
Fix a -Wimplicit-fallthrough warning
This commit is contained in:
parent
c039cacf53
commit
f5b0c47b58
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue