From 9894751a2a61ef952ac6ac556fd683e53fc150e2 Mon Sep 17 00:00:00 2001 From: Aleksey Midenkov Date: Tue, 25 Feb 2020 20:58:03 +0300 Subject: Compilation fix --- sql/partition_info.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'sql') diff --git a/sql/partition_info.cc b/sql/partition_info.cc index e0ffaaecd36..cb79a28d4df 100644 --- a/sql/partition_info.cc +++ b/sql/partition_info.cc @@ -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: -- cgit v1.2.1