mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
InnoDB: fix debug assertion
This commit is contained in:
parent
f3160ee44f
commit
4a90bb85c0
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue