Commit 12d6963a authored by Marko Mäkelä's avatar Marko Mäkelä

rec_init_offsets_comp_ordinary(): Fix a bogus debug assertion

parent b2111251
......@@ -299,7 +299,7 @@ rec_init_offsets_comp_ordinary(
ut_ad(n_null_bytes >= index->n_core_null_bytes);
lens = nulls - n_null_bytes;
} else {
ut_ad(!index->is_instant());
ut_ad(!temp || !index->is_instant());
nulls = rec - (1 + extra_bytes);
lens = nulls - index->n_core_null_bytes;
......
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