mirror of
https://github.com/MariaDB/server.git
synced 2026-04-29 11:45:32 +02:00
5.3 merge
This commit is contained in:
commit
ff2e82f4a1
33 changed files with 209 additions and 38 deletions
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue