Skip to content

Commit 4984449

Browse files
committed
Merge 10.5 into 10.6
2 parents 64f89b1 + 4c2b6be commit 4984449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/innobase/data/data0data.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ dtuple_convert_big_rec(
688688
goto skip_field;
689689
}
690690

691-
longest_i = mblob ? i + 1 : i;
691+
longest_i = uint16_t(i + mblob);
692692
longest = savings;
693693

694694
skip_field:

0 commit comments

Comments
 (0)