summaryrefslogtreecommitdiff
path: root/mysql-test/r/gis.result
Commit message (Expand)AuthorAgeFilesLines
* MDEV-12915 ST_Centroid does not return the same result than MySQL.Alexey Botchkov2017-08-011-4/+4
* MDEV-10306 Wrong results with combination of CONCAT, SUBSTR and CONVERT in su...Alexander Barkov2017-06-191-0/+18
* MDEV-12495 Conditional jump depends on uninitialised value for: SELECT NULL U...Alexander Barkov2017-04-221-0/+13
* Merge branch '5.5' into 10.0Sergei Golubchik2015-05-041-2/+10
|\
| * MDEV-7779 View definition changes upon creation.Alexey Botchkov2015-04-281-2/+10
* | Merge branch '5.5' into 10.0Sergei Golubchik2015-02-181-0/+3
|\ \ | |/
| * MDEV-7516 Assertion `!cur_p->event' failed in Gcalc_scan_iterator::arrange_ev...Alexey Botchkov2015-02-101-0/+3
* | 5.5 mergeSergei Golubchik2014-11-191-0/+6
|\ \ | |/
| * 5.3 mergeSergei Golubchik2014-11-181-0/+6
| |\
| | * MDEV-6883 ST_WITHIN crashes server if (0,0) is matched to POLYGON((0 0)).Alexey Botchkov2014-11-151-0/+6
* | | MDEV-6073 Merge gis test cases form 5.6.Alexey Botchkov2014-07-011-0/+11
* | | 10.0-base mergeSergei Golubchik2014-02-261-0/+21
|\ \ \ | |/ /
| * | MySQL-5.5.36 mergeSergei Golubchik2014-02-171-0/+21
| |\ \
| | * | Bug #17780290 PUBLISH THE GIS TEST FOR BUG#16451878Venkata Sidagam2013-12-191-0/+21
* | | | main.gis test fixed.Alexey Botchkov2013-07-261-6/+6
|/ / /
* | | 5.3 mergeSergei Golubchik2013-03-271-38/+105
|\ \ \ | | |/ | |/|
| * | 5.2 mergeSergei Golubchik2013-03-261-0/+27
| |\ \
| | * | MDEV-4295 Server crashes in get_point on a query with Area, AsBinary, MultiPo...Alexey Botchkov2013-03-191-0/+6
| | * | MDEV-4296 Assertion `n_linear_rings > 0' fails in Gis_polygon::centroid_xy.Alexey Botchkov2013-03-191-0/+6
| | * | MDEV-4252 geometry query crashes server.Alexey Botchkov2013-03-181-0/+12
| | * | MDEV-4252 geometry query crashes server.Alexey Botchkov2013-03-101-0/+3
| * | | MDEV-4310 geometry function equals hangs forever.Alexey Botchkov2013-03-221-12/+29
* | | | TODO-424 geometry query crashes server.Alexey Botchkov2013-03-061-0/+15
* | | | MDEV-3819 missing constraints for spatial column types.Alexey Botchkov2013-02-211-1/+8
* | | | merge 5.3->5.5unknown2012-09-061-0/+23
|\ \ \ \ | |/ / /
| * | | Bug #1043845 st_distance() results are incorrect depending on variable order.Alexey Botchkov2012-08-311-0/+23
| * | | 5.2 mergeSergei Golubchik2012-05-201-0/+12
| |\ \ \ | | |/ /
| | * | merge with mysql-5.1.63Sergei Golubchik2012-05-171-0/+12
| | |\ \
* | | \ \ cSergei Golubchik2012-05-211-0/+13
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Auto-merge from mysql-5.1-security.Ramil Kalimullin2012-03-051-0/+13
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | BUG#12537203 - CRASH WHEN SUBSELECTING GLOBAL VARIABLES IN GEOMETRY FUNCTION ...Ramil Kalimullin2012-03-051-0/+6
| | * | | Fix for BUG#12414917 - ISCLOSED() CRASHES ON 64-BIT BUILDS Ramil Kalimullin2012-03-051-0/+6
* | | | | mysql-5.5 mergeSergei Golubchik2012-01-161-0/+9
|\ \ \ \ \ | |/ / / /
| * | | | Bug#13013970 MORE CRASHES IN FIELD_BLOB::GET_KEY_IMAGETor Didriksen2011-12-051-0/+9
* | | | | 5.3 mergeSergei Golubchik2012-01-131-32/+2
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge with 5.2.Michael Widenius2011-12-111-8/+11
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Fixed compiler warnings and other bugs found by buildbot.Michael Widenius2011-11-301-1/+1
| | | |/ | | |/|
| | * | Fixed a wrong error code in gis.testGeorgi Kodinov2011-03-091-1/+1
* | | | after merge changes:Sergei Golubchik2011-12-121-3/+3
* | | | 5.3->5.5 mergeSergei Golubchik2011-11-271-37/+420
|\ \ \ \ | |/ / /
| * | | fix for 857050 ST_WITHIN returns wrong result with MULTIPOINT and POLYGONAlexey Botchkov2011-09-231-19/+19
| * | | bug 855336 ST_LENGTH does not work on GEOMETRYCOLLECTIONs fixed.Alexey Botchkov2011-09-211-0/+3
| * | | fix for bug 848926 GIS functions return "GEOMETRYCOLLECTION()" instead of "GE...Alexey Botchkov2011-09-211-8/+25
| * | | bugs fixedAlexey Botchkov2011-09-211-6/+9
| * | | several bugs fixed here.Alexey Botchkov2011-09-211-2/+2
| * | | bug 801466 ST_INTERSECTION() returns invalid value on empty intersection in m...Alexey Botchkov2011-09-041-4/+19
| * | | PostGIS-style 'same point' handling.Alexey Botchkov2011-09-011-5/+7
| * | | gis-related tests fixes.Alexey Botchkov2011-06-201-23/+38
| |\ \ \
| * | | | Precise GIS functions added.Alexey Botchkov2011-05-041-28/+408
* | | | | mysql-5.5.18 mergeSergei Golubchik2011-11-031-0/+17
|\ \ \ \ \ | | |_|_|/ | |/| | |