Skip to content
Permalink
Browse files
InnoDB: fix debug assertion
  • Loading branch information
kevgs committed Aug 24, 2020
1 parent f3160ee commit 4a90bb8
Showing 1 changed file with 1 addition and 1 deletion.
@@ -2438,7 +2438,7 @@ row_upd_sec_index_entry(
#ifdef UNIV_DEBUG
mtr_commit(&mtr);
mtr_start(&mtr);
ut_ad(btr_validate_index(index, 0, false));
ut_ad(btr_validate_index(index, 0, false) == DB_SUCCESS);
ut_ad(0);
#endif /* UNIV_DEBUG */
break;

0 comments on commit 4a90bb8

Please sign in to comment.