Commit 899c843f authored by Marko Mäkelä's avatar Marko Mäkelä

Merge 10.3 into 10.4

parents 0a473de0 fa6c6062
......@@ -788,7 +788,9 @@ rec_init_offsets(
}
if (i < rec_offs_n_fields(offsets)) {
ut_ad(index->is_instant());
ut_ad(index->is_instant()
|| i + (index->id == DICT_INDEXES_ID)
== rec_offs_n_fields(offsets));
offs = (rec_offs_base(offsets)[i] & REC_OFFS_MASK)
| REC_OFFS_DEFAULT;
......
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