5.3 merge

This commit is contained in:
Sergei Golubchik 2014-02-22 22:51:20 +01:00
commit ff2e82f4a1
33 changed files with 209 additions and 38 deletions

View file

@ -302,7 +302,8 @@ int Geometry::create_from_opresult(Geometry_buffer *g_buf,
res->q_append((char) wkb_ndr);
res->q_append(geom_type);
return obj->init_from_opresult(res, rr.result(), rr.length());
return obj->init_from_opresult(res, rr.result(), rr.length()) == 0 &&
rr.length();
}