summaryrefslogtreecommitdiff
path: root/mysql-test/t/gis.test
Commit message (Collapse)AuthorAgeFilesLines
* Merge ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.1jani@ua141d10.elisa.omakaista.fi2005-10-311-0/+3
|\ | | | | | | into ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-5.0-tmp
| * Fix for bug #12839 (Endian support is absurd)hf@deer.(none)2005-09-211-0/+3
| |
* | Additional fix for bug #12267 (Can't use POINT for primary key)hf@deer.(none)2005-10-151-0/+3
| |
* | Fix for bug #12267 (primary key over GEOMETRY field)hf@deer.(none)2005-09-261-0/+8
| |
* | gis.test corrected with Pem's wisheshf@deer.(none)2005-08-271-0/+3
| |
* | Fix for bug #10499 (Function creation with GEOMETRY return)hf@deer.(none)2005-08-101-0/+9
| |
* | testcase added to fix for bug #12281 (Geometry & trigger crash)hf@deer.(none)2005-08-051-0/+10
| |
* | Merge mysql.com:/home/my/mysql-4.1monty@mysql.com2005-07-281-0/+2
|\ \ | |/ | | | | into mysql.com:/home/my/mysql-5.0
| * Added end marker for tests to make future merges easiermonty@mysql.com2005-07-281-0/+2
| |
* | Fix for #6553 and #8776 (no errors on bad spatial data)hf@deer.(none)2005-04-291-2/+14
|/
* Fix for bug #6117 (Centroid() crashes server)hf@deer.(none)2004-10-221-0/+75
| | | | I learned that one shouldn't use String::set in val_str() methods...
* Merginghf@deer.(none)2004-09-241-0/+90
|\
| * Fix for bug #5532 (error 22 inserting GIS data)hf@deer.(none)2004-09-151-0/+90
| | | | | | | | | | This bug is the result of weird error happening with mi_float8get and double arythmetic. I described that in 'Bug that looks potentially dangerous' email
* | Additional fix for bug #5136 (Geometry object is corrupted when queried)hf@deer.(none)2004-09-221-0/+4
|/ | | | CREATE TABLE t1 SELECT POINT(1,2); fixed
* A fix (Bug#5219: Cannot use '||' with MBRContains(..)).ram@gw.mysql.r18.ru2004-08-261-0/+18
|
* WL#1163 (Make spatial code separable for other parts)hf@deer.(none)2004-05-271-0/+2
| | | | | | --with-geometry and --with-embedded-privilege-control configure switches added
* Fix for #233hf@deer.(none)2004-03-171-0/+2
| | | | test for IGNORE added
* Fix for #233 (final part)hf@deer.(none)2004-03-161-0/+8
|
* Optimized GIS functionsmonty@mashka.mysql.fi2004-03-041-95/+96
|
* fixed printability of gis functionsbell@sanja.is.com.ua2003-11-061-0/+17
| | | | | code covarage for srid, GeomFromText with 2 parameters code covarage foe print() method of gis functions
* AsWKB() function has been added.ram@mysql.r18.ru2003-04-031-1/+3
|
* GEOMCOLLFROMWKB(), GEOMETRYCOLLECTIONFROMWKB(), ram@mysql.r18.ru2003-04-021-5/+5
| | | | | | | LINEFROMWKB(), LINESTRINGFROMWKB(), MLINEFROMWKB(), MPOINTFROMWKB(), MPOLYFROMWKB(), MULTILINESTRINGFROMWKB(), MULTIPOINTFROMWKB(), MULTIPOLYGONFROMWKB(), POINTFROMWKB(), POLYFROMWKB(), POLYGONFROMWKB() functions have been added (as synonyms for GEOMFROMWKB()).
* ALTER TABLE didn't remember the exactbar@bar.mysql.r18.ru2003-03-311-0/+19
| | | | | geometry type (POINT, LINESTRING, etc) and changed all into "GEOMETRY".
* More OpenGIS compatibility:bar@bar.mysql.r18.ru2003-03-271-0/+10
| | | | | Point, MultiLine, Poligom, etc, are now not aliases for Geometry, but separate field types.
* SRID support.ram@mysql.r18.ru2003-03-181-6/+6
| | | | | | | GeomertyFromWKB() function. SRID() function. ::store() methods for Field_geom. Code cleanup.
* Added IsClosed() tests for MultiLineString objects.ram@mysql.r18.ru2003-03-061-0/+5
| | | | Added Centroid(), Area() tests for MultiPolygon objects.
* Test case for spatial objects.ram@mysql.r18.ru2003-03-011-0/+108