mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
branches/zip: ha_innobase::write_row(): Remove an unreachable break statement.
This commit is contained in:
parent
8634d343f7
commit
d4568988fd
1 changed files with 0 additions and 1 deletions
|
@ -3593,7 +3593,6 @@ no_commit:
|
|||
case SQLCOM_INSERT_SELECT:
|
||||
case SQLCOM_REPLACE_SELECT:
|
||||
goto set_max_autoinc;
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue