mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3
TODO: enable MDEV-13049 optimization for 10.3
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user