Loading sql/field.cc +1 −2 Original line number Diff line number Diff line Loading @@ -5745,8 +5745,7 @@ void Field_blob::get_key_image(char *buff,uint length, return; } get_ptr(&blob); gobj= Geometry::construct(&buffer, blob + SRID_SIZE, blob_length - SRID_SIZE); gobj= Geometry::construct(&buffer, blob, blob_length); if (gobj->get_mbr(&mbr, &dummy)) bzero(buff, SIZEOF_STORED_DOUBLE*4); else Loading sql/spatial.cc +9 −9 File changed.Contains only whitespace changes. Show changes Loading
sql/field.cc +1 −2 Original line number Diff line number Diff line Loading @@ -5745,8 +5745,7 @@ void Field_blob::get_key_image(char *buff,uint length, return; } get_ptr(&blob); gobj= Geometry::construct(&buffer, blob + SRID_SIZE, blob_length - SRID_SIZE); gobj= Geometry::construct(&buffer, blob, blob_length); if (gobj->get_mbr(&mbr, &dummy)) bzero(buff, SIZEOF_STORED_DOUBLE*4); else Loading