Commit 9894751a authored by Aleksey Midenkov's avatar Aleksey Midenkov

Compilation fix

parent f707c83f
......@@ -894,6 +894,7 @@ void partition_info::vers_set_hist_part(THD *thd)
case SQLCOM_DELETE:
if (thd->lex->last_table()->vers_conditions.type == SYSTEM_TIME_HISTORY)
break;
/* fallthrough */
case SQLCOM_UPDATE:
case SQLCOM_INSERT:
case SQLCOM_INSERT_SELECT:
......
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