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 @@ no_commit: ...@@ -3593,7 +3593,6 @@ no_commit:
case SQLCOM_INSERT_SELECT: case SQLCOM_INSERT_SELECT:
case SQLCOM_REPLACE_SELECT: case SQLCOM_REPLACE_SELECT:
goto set_max_autoinc; goto set_max_autoinc;
break;
default: default:
break; 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