Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.1 | jani@ua141d10.elisa.omakaista.fi | 2005-10-31 | 1 | -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-21 | 1 | -0/+3 |
| | | |||||
* | | Additional fix for bug #12267 (Can't use POINT for primary key) | hf@deer.(none) | 2005-10-15 | 1 | -0/+3 |
| | | |||||
* | | Fix for bug #12267 (primary key over GEOMETRY field) | hf@deer.(none) | 2005-09-26 | 1 | -0/+8 |
| | | |||||
* | | gis.test corrected with Pem's wishes | hf@deer.(none) | 2005-08-27 | 1 | -0/+3 |
| | | |||||
* | | Fix for bug #10499 (Function creation with GEOMETRY return) | hf@deer.(none) | 2005-08-10 | 1 | -0/+9 |
| | | |||||
* | | testcase added to fix for bug #12281 (Geometry & trigger crash) | hf@deer.(none) | 2005-08-05 | 1 | -0/+10 |
| | | |||||
* | | Merge mysql.com:/home/my/mysql-4.1 | monty@mysql.com | 2005-07-28 | 1 | -0/+2 |
|\ \ | |/ | | | | | into mysql.com:/home/my/mysql-5.0 | ||||
| * | Added end marker for tests to make future merges easier | monty@mysql.com | 2005-07-28 | 1 | -0/+2 |
| | | |||||
* | | Fix for #6553 and #8776 (no errors on bad spatial data) | hf@deer.(none) | 2005-04-29 | 1 | -2/+14 |
|/ | |||||
* | Fix for bug #6117 (Centroid() crashes server) | hf@deer.(none) | 2004-10-22 | 1 | -0/+75 |
| | | | | I learned that one shouldn't use String::set in val_str() methods... | ||||
* | Merging | hf@deer.(none) | 2004-09-24 | 1 | -0/+90 |
|\ | |||||
| * | Fix for bug #5532 (error 22 inserting GIS data) | hf@deer.(none) | 2004-09-15 | 1 | -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-22 | 1 | -0/+4 |
|/ | | | | CREATE TABLE t1 SELECT POINT(1,2); fixed | ||||
* | A fix (Bug#5219: Cannot use '||' with MBRContains(..)). | ram@gw.mysql.r18.ru | 2004-08-26 | 1 | -0/+18 |
| | |||||
* | WL#1163 (Make spatial code separable for other parts) | hf@deer.(none) | 2004-05-27 | 1 | -0/+2 |
| | | | | | | --with-geometry and --with-embedded-privilege-control configure switches added | ||||
* | Fix for #233 | hf@deer.(none) | 2004-03-17 | 1 | -0/+2 |
| | | | | test for IGNORE added | ||||
* | Fix for #233 (final part) | hf@deer.(none) | 2004-03-16 | 1 | -0/+8 |
| | |||||
* | Optimized GIS functions | monty@mashka.mysql.fi | 2004-03-04 | 1 | -95/+96 |
| | |||||
* | fixed printability of gis functions | bell@sanja.is.com.ua | 2003-11-06 | 1 | -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.ru | 2003-04-03 | 1 | -1/+3 |
| | |||||
* | GEOMCOLLFROMWKB(), GEOMETRYCOLLECTIONFROMWKB(), | ram@mysql.r18.ru | 2003-04-02 | 1 | -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 exact | bar@bar.mysql.r18.ru | 2003-03-31 | 1 | -0/+19 |
| | | | | | geometry type (POINT, LINESTRING, etc) and changed all into "GEOMETRY". | ||||
* | More OpenGIS compatibility: | bar@bar.mysql.r18.ru | 2003-03-27 | 1 | -0/+10 |
| | | | | | Point, MultiLine, Poligom, etc, are now not aliases for Geometry, but separate field types. | ||||
* | SRID support. | ram@mysql.r18.ru | 2003-03-18 | 1 | -6/+6 |
| | | | | | | | GeomertyFromWKB() function. SRID() function. ::store() methods for Field_geom. Code cleanup. | ||||
* | Added IsClosed() tests for MultiLineString objects. | ram@mysql.r18.ru | 2003-03-06 | 1 | -0/+5 |
| | | | | Added Centroid(), Area() tests for MultiPolygon objects. | ||||
* | Test case for spatial objects. | ram@mysql.r18.ru | 2003-03-01 | 1 | -0/+108 |