MySQL Forums
Forum List  »  Source, Builds, Binaries

MySQL 5.0.41 - archive_gis failed on ppc
Posted by: Remi Collet
Date: May 12, 2007 04:58AM

I've rebuild mysql-5.0.41 for PowerPC.

All (440) tests succeed except "archive_gis".

Any idea ? Where to search ?

Regards.
Remi


Head of the diff (very long) :
*** r/archive_gis.result Wed May 2 18:10:31 2007
--- r/archive_gis.reject Thu May 10 16:34:15 2007
***************
*** 83,236 ****
INSERT into gis_geometry SELECT * FROM gis_geometrycollection;
SELECT fid, AsText(g) FROM gis_point ORDER by fid;
fid AsText(g)
- 101 POINT(10 10)
- 102 POINT(20 10)
- 103 POINT(20 20)
- 104 POINT(10 20)
SELECT fid, AsText(g) FROM gis_line ORDER by fid;
fid AsText(g)
- 105 LINESTRING(0 0,0 10,10 0)
- 106 LINESTRING(10 10,20 10,20 20,10 20,10 10)
- 107 LINESTRING(10 10,40 10)
SELECT fid, AsText(g) FROM gis_polygon ORDER by fid;
fid AsText(g)
- 108 POLYGON((10 10,20 10,20 20,10 20,10 10))
- 109 POLYGON((0 0,50 0,50 50,0 50,0 0),(10 10,20 10,20 20,10 20,10 10))
- 110 POLYGON((0 0,30 0,30 30,0 0))
SELECT fid, AsText(g) FROM gis_multi_point ORDER by fid;
fid AsText(g)
- 111 MULTIPOINT(0 0,10 10,10 20,20 20)
- 112 MULTIPOINT(1 1,11 11,11 21,21 21)
- 113 MULTIPOINT(3 6,4 10)
SELECT fid, AsText(g) FROM gis_multi_line ORDER by fid;
fid AsText(g)
- 114 MULTILINESTRING((10 48,10 21,10 0),(16 0,16 23,16 48))
- 115 MULTILINESTRING((10 48,10 21,10 0))
- 116 MULTILINESTRING((1 2,3 5),(2 5,5 8,21 7))
SELECT fid, AsText(g) FROM gis_multi_polygon ORDER by fid;
fid AsText(g)
- 117 MULTIPOLYGON(((28 26,28 0,84 0,84 42,28 26),(52 18,66 23,73 9,48 6,52 18)),((59 18,67 18,67 13,59 13,59 1
8)))
- 118 MULTIPOLYGON(((28 26,28 0,84 0,84 42,28 26),(52 18,66 23,73 9,48 6,52 18)),((59 18,67 18,67 13,59 13,59 1
8)))
- 119 MULTIPOLYGON(((0 3,3 3,3 0,0 3)))
SELECT fid, AsText(g) FROM gis_geometrycollection ORDER by fid;
fid AsText(g)
- 120 GEOMETRYCOLLECTION(POINT(0 0),LINESTRING(0 0,10 10))
- 121 GEOMETRYCOLLECTION(POINT(44 6),LINESTRING(3 6,7 9))
....

Options: ReplyQuote


Subject
Views
Written By
Posted
MySQL 5.0.41 - archive_gis failed on ppc
2525
May 12, 2007 04:58AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.