summaryrefslogtreecommitdiff
path: root/sql/item_geofunc.cc
Commit message (Expand)AuthorAgeFilesLines
* Bug #47780: crash when comparing GIS items from subqueryGeorgi Kodinov2009-10-211-2/+7
* Bug#38990 Arbitrary data input plus GIS functions causes mysql server crash Alexey Botchkov2009-04-281-8/+19
* Merge mysql.com:/home/hf/work/31158/my41-31158unknown2007-11-171-1/+1
|\
| * Bug #31158 Spatial, Union, LONGBLOB vs BLOB bug (crops data)unknown2007-11-131-1/+1
* | Bug #31155 gis types in union'd select cause crash.unknown2007-10-041-11/+7
* | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0-maintunknown2007-03-051-17/+19
|\ \
| * | after merge fix (bug #26038)unknown2007-03-021-5/+2
| * | Merge mysql.com:/home/ram/work/b26038/b26038.4.1unknown2007-02-281-12/+17
| |\ \ | | |/
| | * Fix for bug #26038: X() value of empty NOT NULL POINT is neither NULL nor NOT...unknown2007-02-211-12/+17
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2007-01-221-2/+3
|\ \ \ | |/ / |/| |
| * | Fixed compiler warnings detected by option -Wshadow and -Wunused:unknown2006-12-151-2/+3
* | | my_strtoll10-x86.s:unknown2006-12-311-1/+1
* | | Many files:unknown2006-12-231-2/+1
|/ /
* | bug #14807 (GeomFromText() should return MYSQL_TYPE_GEOMETRY)unknown2006-07-041-0/+28
* | Merge ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.1unknown2005-10-311-49/+28
|\ \ | |/
| * Fix for bug #12839 (Endian support is absurd)unknown2005-09-211-49/+28
* | Merge with 4.1unknown2005-06-071-3/+0
|\ \ | |/
| * a compiler must see '#pragma implementation' *before*unknown2005-06-051-1/+1
| * Move USE_PRAGMA_IMPLEMENTATION to proper placeunknown2005-06-031-4/+1
* | Mergeunknown2005-06-021-0/+2
|\ \ | |/
| * tztime.cc:unknown2005-06-021-0/+2
* | Merge from 4.1unknown2005-05-261-1/+1
|\ \ | |/
| * Add ifdefs to control when "#pragma implementation" should be usedunknown2005-05-261-1/+1
* | Fix for #6553 and #8776 (no errors on bad spatial data)unknown2005-04-291-2/+5
* | Merge with 4.1unknown2004-12-221-1/+0
|\ \ | |/
| * Fix for bug #6765 "Implicit access to time zone description unknown2004-12-091-1/+0
* | Rename: Item::val -> Item::val_real().unknown2004-11-111-6/+6
|/
* Fix for bug #6117 (Centroid() crashes server)unknown2004-10-221-3/+3
* Additional fix for bug #5136 (Geometry object is corrupted when queried)unknown2004-09-221-18/+7
* Fix for bug #5136(Geometry object corrupted after the query)unknown2004-09-071-0/+8
* Final patch for WL#1600(warn if max_allowed_packet used)unknown2004-07-211-1/+2
* Mergingunknown2004-07-211-0/+5
|\
| * WL#1600 (Warn if result is truncatet due to max_allowed_packet)unknown2004-06-291-0/+5
* | item_geofunc.cc:unknown2004-07-021-4/+4
|/
* Windows fixes for VC++ compiler compabilityunknown2004-05-051-2/+1
* Fixed many compiler warningsunknown2004-04-051-9/+7
* DBUG_ASSERT(fixed == 1); added to val*unknown2004-03-181-0/+24
* Fix for valgrind's warningunknown2004-03-151-4/+6
* Spatial code changed to get rid of inconsistent this->* operationunknown2004-03-121-112/+141
* Optimized GIS functionsunknown2004-03-041-112/+114
* SCRUMunknown2004-01-231-2/+2
* SCRUM:unknown2004-01-151-0/+4
* Renamed xxx_as_text() and xxx__from_text().unknown2003-06-201-2/+2
* Fix windows build after applyiing the changes from new client.c(sql-common)unknown2003-06-031-2/+2
* MY_CS_NONTEXT flag for sprintf() incompatible charsets (ucs2 if the only one ...unknown2003-06-031-1/+1
* Moved spatial functions to the sql/item_geofunc.cc file.unknown2003-05-301-0/+653