Commit 6985f293 authored by Marko Mäkelä's avatar Marko Mäkelä

commit_cache_norebuild(): Correctly set the length of dropped BLOBs

parent b558abf4
......@@ -9643,8 +9643,9 @@ commit_cache_norebuild(
dict_col_t& c = *f->col;
if (c.is_dropped()) {
c.set_dropped(!c.is_nullable(),
!f->fixed_len
&& c.len > 255,
DATA_LARGE_MTYPE(c.mtype)
|| (!f->fixed_len
&& c.len > 255),
f->fixed_len);
}
}
......
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