summaryrefslogtreecommitdiff
path: root/storage/xtradb/row/row0sel.cc
diff options
context:
space:
mode:
Diffstat (limited to 'storage/xtradb/row/row0sel.cc')
-rw-r--r--storage/xtradb/row/row0sel.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/storage/xtradb/row/row0sel.cc b/storage/xtradb/row/row0sel.cc
index daef291248b..ce5d74b5a3b 100644
--- a/storage/xtradb/row/row0sel.cc
+++ b/storage/xtradb/row/row0sel.cc
@@ -2736,8 +2736,7 @@ row_sel_field_store_in_mysql_format_func(
case DATA_SYS:
/* These column types should never be shipped to MySQL. */
ut_ad(0);
- /* fall through */
-
+ break;
case DATA_CHAR:
case DATA_FIXBINARY:
case DATA_FLOAT:
@@ -4567,7 +4566,7 @@ no_gap_lock:
prebuilt->new_rec_locks = 1;
}
err = DB_SUCCESS;
- /* fall through */
+ break;
case DB_SUCCESS:
break;
case DB_LOCK_WAIT: