summaryrefslogtreecommitdiff
path: root/sql/spatial.h
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
|\
| * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| |\
| | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
* | | MDEV-11881 Empty coordinates must be rejected in GeoJSON objects.Alexey Botchkov2017-11-141-0/+1
* | | MDEV-12181 ST_AsGeoJSON argument does not limit decimals.Alexey Botchkov2017-08-071-0/+1
* | | MDEV-12180 ST_GeomFromGeoJSON option argument appears to have no effect.Alexey Botchkov2017-08-061-10/+12
* | | MDEV-11042 Implement GeoJSON functions.Alexey Botchkov2017-01-241-1/+3
* | | MDEV-11042 Implement GeoJSON functions.Alexey Botchkov2017-01-241-0/+35
* | | General spell fixing in comments and stringsOtto Kekäläinen2016-06-081-1/+1
|/ /
* | Moving ST_RELATE() implementation out of Item_func_precise_spatial_rel,Alexander Barkov2015-06-261-1/+5
* | MDEV-4045 Missing OGC Spatial functions.Alexey Botchkov2014-11-281-2/+2
* | 10.0-base merge.Sergei Golubchik2013-09-211-5/+0
|\ \ | |/
| * Merge 5.3->5.5.Igor Babaev2013-08-181-5/+0
| |\
| | * Merge 5.2->5.3Igor Babaev2013-08-151-5/+19
| | |\
| | | * MDEV-4478 check mysql-5.5 changes in spatial.cc.Alexey Botchkov2013-07-221-5/+19
* | | | 10.0-monty mergeSergei Golubchik2013-07-211-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Temporary commit of 10.0-mergeMichael Widenius2013-03-261-2/+2
* | | | mysql-5.5.32 mergeSergei Golubchik2013-07-161-3/+30
|\ \ \ \
| * \ \ \ mergeGeorgi Kodinov2013-03-281-4/+7
| |\ \ \ \
| | * | | | Addendum #1 to the fix for bug #16451878 : GEOMETRY QUERY CRASHES SERVERGeorgi Kodinov2013-03-281-4/+7
| * | | | | merge 5.1->5.5Georgi Kodinov2013-03-271-3/+26
| |\ \ \ \ \ | | |/ / / /
| | * | | | Bug #16451878: GEOMETRY QUERY CRASHES SERVERGeorgi Kodinov2013-03-271-3/+26
| | * | | | Updated/added copyright headers.Murthy Narkedimilli2013-02-251-1/+1
* | | | | | 5.3 mergeSergei Golubchik2013-03-271-1/+4
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | 5.2 mergeSergei Golubchik2013-03-261-4/+5
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | MDEV-4252 geometry query crashes server.Alexey Botchkov2013-03-181-1/+1
| | * | | | MDEV-4252 geometry query crashes server.Alexey Botchkov2013-03-101-4/+5
| * | | | | GEOMETRYCOLLECTION EMPTY handling fixed.Alexey Botchkov2013-03-261-0/+3
| * | | | | Merge MariaDB 5.1.66 -> 5.2 -> 5.3unknown2012-11-091-0/+8
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge MySQL 5.1.66 -> MariaDB 5.1.65unknown2012-11-061-0/+8
| | |\ \ \ \ | | | | |/ / | | | |/| |
* | | | | | TODO-424 geometry query crashes server.Alexey Botchkov2013-03-061-4/+5
| |_|_|_|/ |/| | | |
* | | | | mysql-5.5.28Sergei Golubchik2012-10-161-0/+8
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merging from 5.5Alexander Barkov2012-08-171-0/+8
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Backporting Bug 14100466 from 5.6.Alexander Barkov2012-08-171-0/+8
* | | | | MDEV-419 ensure that all HAVE_XXX constants can be set by cmakeSergei Golubchik2012-07-311-1/+1
* | | | | 5.3 mergeSergei Golubchik2012-01-131-1/+9
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge with 5.1 & fixes to IGNORE handlingMichael Widenius2011-12-111-3/+5
| |\ \ \ \
| | * \ \ \ Merge with 5.2.Michael Widenius2011-12-111-3/+5
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | Initail merge with MySQL 5.1 (XtraDB still needs to be merged)Michael Widenius2011-11-211-2/+4
| | | |\ \ \ | | | | | |/ | | | | |/|
| * | | | | bug #901655 ST_BUFFER asserts with a coplicated shape.Alexey Botchkov2011-12-081-0/+7
| |/ / / /
* | | | | 5.3->5.5 mergeSergei Golubchik2011-11-271-18/+32
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | bug 855336 ST_LENGTH does not work on GEOMETRYCOLLECTIONs fixed.Alexey Botchkov2011-09-211-3/+5
| * | | fix for bug 848926 GIS functions return "GEOMETRYCOLLECTION()" instead of "GE...Alexey Botchkov2011-09-211-12/+1
| * | | bugs fixedAlexey Botchkov2011-09-211-0/+3
| * | | fix for bug #801243 Assertion `(0)' failed in Gis_geometry_collection::init_f...Alexey Botchkov2011-06-301-12/+6
| * | | Precise GIS functions added.Alexey Botchkov2011-05-041-6/+36
| |/ /
* | | Updated/added copyright headersKent Boortz2011-06-301-2/+2
|\ \ \ | | |/ | |/|
| * | Updated/added copyright headersKent Boortz2011-06-301-2/+4
| |\ \ | | |/ | |/|
| | * Updated/added copyright headersKent Boortz2011-06-301-2/+3
| * | Bug#42733: Type-punning warnings when compiling MySQL --Davi Arnaut2010-07-141-2/+0