1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Compilation fix

This commit is contained in:
Aleksey Midenkov
2020-02-25 20:58:03 +03:00
parent f707c83fff
commit 9894751a2a

View File

@@ -894,6 +894,7 @@ add_hist_part:
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: