Skip to content

Commit

Permalink
Merge 10.3 into 10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-m committed Oct 12, 2019
2 parents 0a473de + fa6c606 commit 899c843
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion storage/innobase/rem/rem0rec.cc
Expand Up @@ -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;
Expand Down

0 comments on commit 899c843

Please sign in to comment.