summaryrefslogtreecommitdiff
path: root/innobase/btr/btr0sea.c
diff options
context:
space:
mode:
Diffstat (limited to 'innobase/btr/btr0sea.c')
-rw-r--r--innobase/btr/btr0sea.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/innobase/btr/btr0sea.c b/innobase/btr/btr0sea.c
index 8dbffd82a20..e49ee15f5ea 100644
--- a/innobase/btr/btr0sea.c
+++ b/innobase/btr/btr0sea.c
@@ -776,8 +776,8 @@ btr_search_guess_on_hash(
goto failure;
}
- ut_ad(block->state == BUF_BLOCK_FILE_PAGE);
- ut_ad(page_rec_is_user_rec(rec));
+ ut_a(block->state == BUF_BLOCK_FILE_PAGE);
+ ut_a(page_rec_is_user_rec(rec));
btr_cur_position(index, rec, cursor);