Commit 4a90bb85 authored by Eugene Kosov's avatar Eugene Kosov

InnoDB: fix debug assertion

parent f3160ee4
...@@ -2438,7 +2438,7 @@ row_upd_sec_index_entry( ...@@ -2438,7 +2438,7 @@ row_upd_sec_index_entry(
#ifdef UNIV_DEBUG #ifdef UNIV_DEBUG
mtr_commit(&mtr); mtr_commit(&mtr);
mtr_start(&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); ut_ad(0);
#endif /* UNIV_DEBUG */ #endif /* UNIV_DEBUG */
break; break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment