Commit 8d472f2b authored by Marko Mäkelä's avatar Marko Mäkelä

Merge 10.4 into 10.5

parents 9a3cbc05 767d6337
...@@ -321,8 +321,8 @@ rec_init_offsets_comp_ordinary( ...@@ -321,8 +321,8 @@ rec_init_offsets_comp_ordinary(
ordinary: ordinary:
lens = --nulls - n_core_null_bytes; lens = --nulls - n_core_null_bytes;
ut_d(n_null = std::min(n_core_null_bytes * 8U, ut_d(n_null = std::min<uint>(n_core_null_bytes * 8U,
index->n_nullable)); index->n_nullable));
break; break;
case REC_LEAF_INSTANT: case REC_LEAF_INSTANT:
nulls -= REC_N_NEW_EXTRA_BYTES; nulls -= REC_N_NEW_EXTRA_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