summaryrefslogtreecommitdiff
path: root/sql/spatial.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.5 into 10.6Marko Mäkelä2022-12-131-1/+2
|\
| * Merge 10.4 into 10.5Marko Mäkelä2022-12-131-1/+2
| |\
| | * MDEV-30150 ST_GeomFromGeoJSON, 'geometry' before 'type: feature' errorDaniel Black2022-12-091-1/+2
* | | Merge branch '10.5' into 10.6Oleksandr Byelkin2022-11-021-14/+27
|\ \ \ | |/ /
| * | Merge branch '10.4' into 10.5Oleksandr Byelkin2022-10-261-14/+27
| |\ \ | | |/
| | * MDEV-26161 crash in Gis_point::calculate_haversineAlexey Botchkov2022-10-261-11/+21
| | * MDEV-26161 crash in Gis_point::calculate_haversineSergei Golubchik2022-10-251-3/+6
* | | Merge 10.5 into 10.6Marko Mäkelä2021-07-021-0/+6
|\ \ \ | |/ /
| * | Merge 10.4 into 10.5Marko Mäkelä2021-07-021-0/+6
| |\ \ | | |/
| | * Merge 10.2->10.3Sergei Petrunia2021-06-301-0/+6
| | |\
| | | * MDEV-25461 Assertion `je->state == JST_KEY' failed in Geometry::create_from_j...Alexey Botchkov2021-06-281-0/+6
* | | | Reduce usage of strlen()Monty2021-05-191-5/+5
* | | | Removed not used object Geometry::bad_geometry_data()Monty2021-05-191-2/+0
|/ / /
* | | Merge 10.4 into 10.5Marko Mäkelä2021-04-141-7/+15
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2021-04-091-7/+15
| |\ \ | | |/
| | * MDEV-13467 fixup: Improve error handlingMarko Mäkelä2021-04-081-7/+15
| * | fix gcc optimized buildEugene Kosov2021-04-011-1/+1
* | | Merge 10.4 into 10.5Marko Mäkelä2021-03-311-0/+188
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2021-03-311-0/+188
| |\ \ | | |/
| | * MDEV-13467: Feature request: Support for ST_Distance_Sphere()Anel Husakovic2021-03-271-0/+188
* | | Merge branch 'bb-10.4-release' into bb-10.5-releaseSergei Golubchik2021-02-151-0/+1
|\ \ \ | |/ /
| * | Merge branch '10.2' into 10.3Sergei Golubchik2021-02-011-0/+1
| |\ \ | | |/
| | * MDEV-19723 Assertion `je->state == JST_KEY' failed while SELECT ST_GEOMFROMGE...Alexey Botchkov2021-01-191-0/+1
* | | Merge 10.4 into 10.5Marko Mäkelä2020-03-211-0/+92
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2020-03-201-0/+92
| |\ \ | | |/
| | * MDEV-14057 InnoDB GIS tests fail.Alexey Botchkov2020-03-181-0/+92
* | | MDEV-21581 Helper functions and methods for CHARSET_INFOAlexander Barkov2020-01-281-13/+9
* | | MDEV-20006 Move geometry specific code in Field_blob::get_key_image() to Fiel...Alexander Barkov2019-07-101-0/+27
|/ /
* | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
|\ \ | |/
| * 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
* | | | Merge branch '10.2' into 10.3Sergei Golubchik2019-03-291-6/+6
|\ \ \ \ | |/ / /
| * | | post-merge: -Werror fixes in 10.2Sergei Golubchik2019-03-291-6/+6
* | | | Add likely/unlikely to speed up executionMonty2018-05-071-1/+5
* | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-1/+1
* | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-11-301-1/+34
|\ \ \ \ | |/ / /
| * | | MDEV-11881 Empty coordinates must be rejected in GeoJSON objects.Alexey Botchkov2017-11-141-1/+34
* | | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2017-10-301-1/+1
|\ \ \ \ | |/ / /
| * | | Windows : Fix truncation warnings in sql/Vladislav Vaintroub2017-10-101-1/+1
* | | | Merge branch 'bb-10.2-ext' into 10.3Sergei Golubchik2017-08-261-6/+21
|\ \ \ \ | |/ / /
| * | | Merge branch '10.1' into 10.2Sergei Golubchik2017-08-171-6/+21
| |\ \ \ | | |/ /
| | * | Merge branch '10.0' into 10.1Sergei Golubchik2017-08-081-6/+21
| | |\ \
| | | * | MDEV-12915 ST_Centroid does not return the same result than MySQL.Alexey Botchkov2017-08-011-6/+21
* | | | | Enusure that my_global.h is included firstMichael Widenius2017-08-241-1/+1
|/ / / /
* | | | MDEV-12181 ST_AsGeoJSON argument does not limit decimals.Alexey Botchkov2017-08-071-7/+45
* | | | MDEV-12180 ST_GeomFromGeoJSON option argument appears to have no effect.Alexey Botchkov2017-08-061-19/+28
* | | | Fix several compile warnings on WindowsVladislav Vaintroub2017-03-101-1/+1
* | | | MDEV-11042 Implement GeoJSON functions.Alexey Botchkov2017-01-241-11/+14
* | | | MDEV-11042 Implement GeoJSON functions.Alexey Botchkov2017-01-241-1/+759
|/ / /