Commit d4568988 authored by marko's avatar marko

branches/zip: ha_innobase::write_row(): Remove an unreachable break statement.

parent 8634d343
......@@ -3593,7 +3593,6 @@ ha_innobase::write_row(
case SQLCOM_INSERT_SELECT:
case SQLCOM_REPLACE_SELECT:
goto set_max_autoinc;
break;
default:
break;
......
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