Commit 0b597d3a authored by Marko Mäkelä's avatar Marko Mäkelä

Follow-up to MDEV-14837: Relax a too strict assertion

parent fe79ac5b
......@@ -1848,7 +1848,7 @@ rec_copy_prefix_to_buf(
ulint null_mask;
bool is_rtr_node_ptr = false;
ut_ad(n_fields <= index->n_fields);
ut_ad(n_fields <= index->n_fields || dict_index_is_ibuf(index));
ut_ad(index->n_core_null_bytes <= UT_BITS_IN_BYTES(index->n_nullable));
UNIV_PREFETCH_RW(*buf);
......
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