mirror of
https://github.com/MariaDB/server.git
synced 2026-04-20 15:25:33 +02:00
One more try: Fix -Wconversion on GCC 4 to 9
This commit is contained in:
parent
abe25c31a6
commit
4c2b6be38e
1 changed files with 1 additions and 1 deletions
|
|
@ -688,7 +688,7 @@ dtuple_convert_big_rec(
|
|||
goto skip_field;
|
||||
}
|
||||
|
||||
longest_i = mblob ? i + 1 : i;
|
||||
longest_i = uint16_t(i + mblob);
|
||||
longest = savings;
|
||||
|
||||
skip_field:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue