mirror of
https://github.com/MariaDB/server.git
synced 2026-04-27 10:45:30 +02:00
Windows : Fix truncation warnings in sql/
This commit is contained in:
parent
fa7a1a57d9
commit
dc93ce8dea
30 changed files with 142 additions and 142 deletions
|
|
@ -2565,7 +2565,7 @@ uint Gis_multi_polygon::init_from_opresult(String *bin,
|
|||
n_poly++;
|
||||
}
|
||||
bin->write_at_position(np_pos, n_poly);
|
||||
return opres - opres_orig;
|
||||
return (uint)(opres - opres_orig);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue