summaryrefslogtreecommitdiff
path: root/sql/gcalc_tools.cc
Commit message (Expand)AuthorAgeFilesLines
* enable -Wenum-compare -Wenum-conversionSergei Golubchik2022-05-151-1/+1
* Merge branch '10.2' into 10.3Oleksandr Byelkin2020-08-031-2/+2
|\
| * Merge branch '10.1' into 10.2Oleksandr Byelkin2020-08-021-2/+2
| |\
| | * Code comment spellfixesIan Gilfillan2020-07-221-2/+2
* | | 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 addressMichal Schorm2019-05-101-1/+1
* | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-09-281-0/+11
|\ \ \ \ | |/ / /
| * | | MDEV-16050 cte + geometry functions lead to crash.Alexey Botchkov2018-09-161-0/+11
| |/ /
* | | Enusure that my_global.h is included firstMichael Widenius2017-08-241-1/+1
|/ /
* | Correct FSF addressiangilfillan2017-03-101-1/+1
* | Merge branch '10.0' into 10.1Sergei Golubchik2016-02-231-3/+3
|\ \ | |/
| * compilation errors on sparc sun studio 10Sergei Golubchik2016-02-151-3/+3
* | MDEV-7925 Inconsistent behavior of ST_Touches with a POINT as one of arguments.Alexey Botchkov2015-06-221-22/+57
* | MDEV-7529 GIS: ST_Relate returns unexpected results for POINT relations.Alexey Botchkov2015-03-151-2/+2
|/
* 5.3 mergeSergei Golubchik2012-01-131-9/+5
|\
| * GIS issues fixed.Alexey Botchkov2011-12-161-0/+5
| * bug #901655 ST_BUFFER asserts with a coplicated shape.Alexey Botchkov2011-12-081-9/+0
* | 5.3->5.5 mergeSergei Golubchik2011-11-271-1/+1
|/
* Fix for bug #809849 spatial operations must be KILL-able.Alexey Botchkov2011-11-201-0/+2
* small fixes to make compiler happy.Alexey Botchkov2011-11-171-1/+1
* GIS code.Alexey Botchkov2011-10-141-20/+28
* Copyright notices fixed.Alexey Botchkov2011-10-061-0/+1
* Valgrind warning fixed.Alexey Botchkov2011-10-051-1/+1
* GIS library code cleanup.Alexey Botchkov2011-10-041-174/+109
* bug 857087 Wrong result with ST_INTERSECTS and LINESTRINGsAlexey Botchkov2011-09-231-2/+2
* bug #857050 ST_WITHIN returns wrong result with MULTIPOINT and POLYGONAlexey Botchkov2011-09-231-0/+4
* fix for bug 857051 ST_EQUALS returns TRUE on two nonidentical MULTIPOINTsAlexey Botchkov2011-09-231-0/+2
* fixed bugsAlexey Botchkov2011-09-221-46/+165
* several bugs fixed here.Alexey Botchkov2011-09-211-104/+189
* Fix for bug 848939 Wrong result with ST_INTERSECTION between linestrings and ...Alexey Botchkov2011-09-131-2/+2
* bug 839327 Crash in Gcalc_operation_reducer::end_couple with ST_UNION and MUL...Alexey Botchkov2011-09-051-3/+13
* bug 839341 100% CPU usage with ST_UNION in maria-5.3-gis.Alexey Botchkov2011-09-041-0/+9
* bug 801466 ST_INTERSECTION() returns invalid value on empty intersection in m...Alexey Botchkov2011-09-041-4/+5
* PostGIS-style 'same point' handling.Alexey Botchkov2011-09-011-420/+495
* Fix for bug #804266 Memory corruption/valgrind warning/crash in move_hole() w...Alexey Botchkov2011-07-131-7/+9
* Fix for bug #801217 Assertion `t1->result_range' in Gcalc_operation_reducer::...Alexey Botchkov2011-07-121-2/+7
* Fix for bug #804259 Second assertion in Gis_geometry_collection::init_from_op...Alexey Botchkov2011-07-081-0/+5
* Fix for bug #804324 Assertion 0 in Gcalc_scan_iterator::pop_suitable_intersec...Alexey Botchkov2011-07-071-1/+2
* bug #804305 Crash in wkb_get_double with ST_INTERSECTION.Alexey Botchkov2011-07-051-11/+20
* Precise GIS functions added.Alexey Botchkov2011-05-041-0/+1156