mirror of
https://github.com/MariaDB/server.git
synced 2025-09-13 13:47:59 +03:00
After merge fixes
Removed a lot of compiler warnings Removed not used variables, functions and labels Initialize some variables that could be used unitialized (fatal bugs) %ll -> %l
This commit is contained in:
@@ -928,6 +928,8 @@ int Gis_polygon::centroid_xy(double *x, double *y) const
|
||||
n_linear_rings= uint4korr(data);
|
||||
data+= 4;
|
||||
|
||||
DBUG_ASSERT(n_linear_rings > 0);
|
||||
|
||||
while (n_linear_rings--)
|
||||
{
|
||||
uint32 n_points, org_n_points;
|
||||
|
Reference in New Issue
Block a user