summaryrefslogtreecommitdiff
path: root/sql/item_geofunc.cc
Commit message (Expand)AuthorAgeFilesLines
* - Renaming variables so that they don't shadow others (After this patch one c...Monty2015-07-061-3/+4
* Moving ST_RELATE() implementation out of Item_func_precise_spatial_rel,Alexander Barkov2015-06-261-61/+85
* MDEV-7528 GIS: Functions return NULL instead of specified -1 for NULL arguments.Alexey Botchkov2015-06-231-14/+26
* MDEV-7925 Inconsistent behavior of ST_Touches with a POINT as one of arguments.Alexey Botchkov2015-06-221-18/+21
* - Moving Item_func_spatial_mbr_rel from Item_bool_func2 to Item_bool_func,Alexander Barkov2015-05-051-23/+5
* MDEV-7529 GIS: ST_Relate returns unexpected results for POINT relations.Alexey Botchkov2015-03-151-5/+7
* MDEV-7514 GIS: PointOnSurface returns NULL instead of the point.Alexey Botchkov2015-03-151-1/+1
* MDEV-7510 GIS: IsRing returns false for a primitive triangle.Alexey Botchkov2015-03-131-4/+12
* Clean-up:Alexander Barkov2015-03-121-2/+2
* Merge branch '10.0' into 10.1Sergei Golubchik2015-03-071-0/+8
|\
| * Merge branch '5.5' into 10.0Sergei Golubchik2015-02-181-0/+8
| |\
| | * MDEV-7516 Assertion `!cur_p->event' failed in Gcalc_scan_iterator::arrange_ev...Alexey Botchkov2015-02-101-0/+8
* | | Merge branch '10.0' into bb-10.1-mergeSergei Golubchik2014-12-021-0/+1
|\ \ \ | |/ /
| * | MDEV-5120 Test suite test maria-no-logging failsMichael Widenius2014-09-301-0/+1
* | | MDEV-4045 Missing OGC Spatial functions.Alexey Botchkov2014-11-281-3/+648
|/ /
* | MDEV-6073 Merge gis test cases form 5.6.Alexey Botchkov2014-07-011-0/+8
* | 10.0-base mergeSergei Golubchik2014-02-261-2/+4
|\ \ | |/
| * 5.3 mergeSergei Golubchik2014-02-221-2/+4
| |\
| | * MDEV-5615 crash in Gcalc_function::add_operation.Alexey Botchkov2014-02-181-2/+4
* | | MDEV-5314 - Compiling fails on OSX using clangSergey Vojtovich2014-02-191-1/+1
* | | merge 10.0-base -> 10.0unknown2013-09-261-2/+2
|\ \ \ | |/ /
| * | merge 5.3 -> 5.5unknown2013-09-251-2/+2
| |\ \ | | |/
| | * MDEV-5039: incorrect Item_func_regex::update_used_tables()unknown2013-09-251-2/+2
* | | 10.0-monty mergeSergei Golubchik2013-07-211-1/+1
|\ \ \ | |/ / |/| |
| * | Applied all changes from Igor and SanjaMichael Widenius2013-06-151-1/+1
* | | 5.3 mergeSergei Golubchik2013-03-271-15/+14
|\ \ \ | |/ / |/| / | |/
| * GEOMETRYCOLLECTION EMPTY handling fixed.Alexey Botchkov2013-03-261-6/+6
| * MDEV-4310 geometry function equals hangs forever.Alexey Botchkov2013-03-221-13/+12
* | 5.3 mergeSergei Golubchik2013-01-151-2/+2
|\ \ | |/
| * MDEV-3873 & MDEV-3876 & MDEV-3912 : Wrong result (extra rows) with ALL subqueryunknown2012-12-281-2/+2
* | merge 5.3->5.5unknown2012-09-061-1/+2
|\ \ | |/
| * Bug #1043845 st_distance() results are incorrect depending on variable order.Alexey Botchkov2012-08-311-1/+2
| * bug #977021 ST_BUFFER fails with the negative D.Alexey Botchkov2012-04-291-0/+8
* | fix val_str_ascii to return a string in the ascii-compatible charset.Sergei Golubchik2012-08-091-1/+2
* | bug #977021 ST_BUFFER fails with the negative D.Alexey Botchkov2012-04-291-0/+8
* | 5.3 mergeSergei Golubchik2012-01-131-148/+54
|\ \ | |/
| * Merge with 5.1 & fixes to IGNORE handlingMichael Widenius2011-12-111-4/+6
| |\
| | * Merge with 5.2.Michael Widenius2011-12-111-4/+6
| | |\
| * | | bug #901655 ST_BUFFER asserts with a coplicated shape.Alexey Botchkov2011-12-081-146/+51
| |/ /
* | | 5.3->5.5 mergeSergei Golubchik2011-11-271-15/+1077
|\ \ \ | |/ /
| * | Fix for bug #809849 spatial operations must be KILL-able.Alexey Botchkov2011-11-201-3/+3
| * | unused variable removed.Alexey Botchkov2011-11-181-2/+1
| * | GIS code.Alexey Botchkov2011-10-141-2/+2
| * | Copyright notices fixed.Alexey Botchkov2011-10-061-1/+2
| * | fixed bugsAlexey Botchkov2011-09-221-147/+66
| * | bug 855336 ST_LENGTH does not work on GEOMETRYCOLLECTIONs fixed.Alexey Botchkov2011-09-211-1/+2
| * | several bugs fixed here.Alexey Botchkov2011-09-211-1/+2
| * | Fix for few similar bugs:Alexey Botchkov2011-09-131-0/+8
| * | bug 839318 Crash in Gcalc_scan_iterator::point::get_shape with ST_DISTANCE an...Alexey Botchkov2011-09-051-1/+1
| * | PostGIS-style 'same point' handling.Alexey Botchkov2011-09-011-51/+61