summaryrefslogtreecommitdiff
path: root/sql/spatial.cc
Commit message (Expand)AuthorAgeFilesLines
* Mergingunknown2004-06-021-1/+6
|\
| * WL#1562 (Improving spatial code)unknown2004-05-251-1/+6
* | Mergingunknown2004-05-271-0/+4
|\ \ | |/ |/|
| * WL#1163 To make spatial code optionalunknown2004-03-121-0/+4
* | Fixed memory overrun in spatial init codeunknown2004-03-161-1/+1
* | Yet another fix for spatial partsunknown2004-03-161-1/+1
|/
* Spatial code changed to get rid of inconsistent this->* operationunknown2004-03-121-162/+224
* Optimized GIS functionsunknown2004-03-041-813/+833
* Removed some warnings reported by valgrindunknown2003-11-041-0/+1
* Renamed xxx_as_text() and xxx__from_text().unknown2003-06-201-45/+45
* my_strncasecmp() is not used anymore. Use my_strncoll() instead.unknown2003-04-011-1/+2
* SRID support.unknown2003-03-181-9/+9
* Bug fix: should use float8get() instead of (double *) type cast.unknown2003-03-061-71/+92
* Merge rkalimullin@work.mysql.com:/home/bk/mysql-4.1unknown2003-02-261-2/+1
|\
| * sql_analyse.cc, spatial.cc:unknown2003-02-261-2/+1
* | Added num_geometries() and geometry_n() methods for MultiX geometry objects.unknown2003-02-261-0/+107
|/
* Portability fixes (for windows)unknown2003-01-211-1/+2
* postreview fix (SCRUM)unknown2002-12-281-3/+3
* Spatial-related fixesunknown2002-12-181-2/+2
* Spatial code cleanupunknown2002-08-221-6/+5
* Fixed problem in fulltest testcaseunknown2002-05-221-3/+11
* Added GIS extensionunknown2002-02-221-0/+1435