summaryrefslogtreecommitdiff
path: root/storage/xtradb/row/row0purge.c
diff options
context:
space:
mode:
Diffstat (limited to 'storage/xtradb/row/row0purge.c')
-rw-r--r--storage/xtradb/row/row0purge.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/xtradb/row/row0purge.c b/storage/xtradb/row/row0purge.c
index 4186da884b6..77d60edb71f 100644
--- a/storage/xtradb/row/row0purge.c
+++ b/storage/xtradb/row/row0purge.c
@@ -407,8 +407,8 @@ row_purge_remove_sec_if_poss_leaf(
goto func_exit;
}
}
- /* fall through (the index entry is still needed,
- or the deletion succeeded) */
+ /* the index entry is still needed, or the deletion succeeded */
+ /* fall through */
case ROW_NOT_DELETED_REF:
/* The index entry is still needed. */
case ROW_BUFFERED: