67230 Commits (8432284d4fe276db8fe99f434b98e3631e707146)
 

Author SHA1 Message Date
Alexey Botchkov 8432284d4f GIS code. 14 years ago
Alexey Botchkov bf2deb5ed3 Copyright notices fixed. 14 years ago
Alexey Botchkov 0048f0b1ae Valgrind warning fixed. 14 years ago
Alexey Botchkov 0edb291d3a GIS code cleanup. 14 years ago
Alexey Botchkov e99850774b GIS library code cleanup. 14 years ago
Alexey Botchkov 6e7d578b2b bug 857087 Wrong result with ST_INTERSECTS and LINESTRINGs 14 years ago
Alexey Botchkov 5b83aee35d bug #857050 ST_WITHIN returns wrong result with MULTIPOINT and POLYGON 14 years ago
Alexey Botchkov dca6ff48c1 fix for bug 857051 ST_EQUALS returns TRUE on two nonidentical MULTIPOINTs 14 years ago
Alexey Botchkov 53ad390ff0 fix for 857050 ST_WITHIN returns wrong result with MULTIPOINT and POLYGON 14 years ago
Alexey Botchkov 5123f59ed2 fixed bugs 14 years ago
Alexey Botchkov d0f2e1e551 bug 855336 ST_LENGTH does not work on GEOMETRYCOLLECTIONs fixed. 14 years ago
Alexey Botchkov 6b64baf3b9 fix for bug 848926 GIS functions return "GEOMETRYCOLLECTION()" instead of "GEOMETRYCOLLECTION EMPTY" 14 years ago
Alexey Botchkov 25b5019c34 bugs fixed 14 years ago
Alexey Botchkov 0249413a6a several bugs fixed here. 14 years ago
Alexey Botchkov 5a04ac7bf0 Fix for bug 848939 Wrong result with ST_INTERSECTION between linestrings and a polygon in 5.3-gis 14 years ago
Alexey Botchkov b408b1bbbc Fix for bug #848901 Assertion `fabs(cur_isc->x-m_cur_intersection->x) + fabs(cur_isc->y-m_cur_intersection->y) < 0.000000000001' failed in Gcalc_scan_iterator::intersection_scan() in maria-5.3-gis 14 years ago
Alexey Botchkov 3882c5d62c Fix for few similar bugs: 14 years ago
Alexey Botchkov a1315808b4 bug 839327 Crash in Gcalc_operation_reducer::end_couple with ST_UNION and MULTIPOLYGONs in 5.3-gis. 14 years ago
Alexey Botchkov 97eae1cd63 bug 839318 Crash in Gcalc_scan_iterator::point::get_shape with ST_DISTANCE and MULTILINESTRING in maria-5.3-gis. 14 years ago
Alexey Botchkov 6dfa30e938 bug 839341 100% CPU usage with ST_UNION in maria-5.3-gis. 14 years ago
Alexey Botchkov eefff87652 bug 801466 ST_INTERSECTION() returns invalid value on empty intersection in maria-5.3-gis. 14 years ago
Alexey Botchkov c937b7588f bugs #801560 and #802194 14 years ago
Alexey Botchkov 152f3c5e28 PostGIS-style 'same point' handling. 14 years ago
Alexey Botchkov 90c4df7a4a Fix for bug #804266 Memory corruption/valgrind warning/crash in move_hole() with ST_UNION. 15 years ago
Alexey Botchkov e7c9f52fd9 Fix for bug #801217 Assertion `t1->result_range' in Gcalc_operation_reducer::end_couple. 15 years ago
Alexey Botchkov 67e937095c Fix for bug #804259 Second assertion in Gis_geometry_collection::init_from_opresult. 15 years ago
Alexey Botchkov e182ae27cd Fix for bug #805860 Second assertion Assertion `n > 0 && n < SINUSES_CALCULATED*2+1' in get_n_sincos. 15 years ago
Alexey Botchkov 13f6e1119f Fix for bug #804324 Assertion 0 in Gcalc_scan_iterator::pop_suitable_intersection 15 years ago
Alexey Botchkov f3b850a7b5 bug #804305 Crash in wkb_get_double with ST_INTERSECTION. 15 years ago
Alexey Botchkov 7f55ea1211 fix for bug #801212 Assertion with ST_INTERSECTION on NULL values 15 years ago
Alexey Botchkov 0e6c889c83 bug #801199 Infinite recursion in Gcalc_function::count_internal with ST_BUFFER over MULTIPOINT 15 years ago
Alexey Botchkov a9a6597d59 fix for bug #201189 ST_BUFFER asserts if radius = 0. 15 years ago
Alexey Botchkov 4f49cdf8d3 fix for bug #801243 Assertion `(0)' failed in Gis_geometry_collection::init_from_opresult on ST_UNION 15 years ago
Alexey Botchkov b826c88841 gis-related tests fixes. 15 years ago
Vladislav Vaintroub 4058115cf7 LPBUG#779758 - fix missing alpha/beta etc in MSI and ZIP package names. 15 years ago
Sergey Petrunya a0973ba22e Merge fix for BUG#778406. 15 years ago
Igor Babaev 078b59f5bc Merge of mwl #106 into 5.3. 15 years ago
Sergey Petrunya bce51cebcb BUG#778406: Crash in hp_movelink with Aria engine and subqueries 15 years ago
Sergey Petrunya a9d73e093a BUG#761598: Update .result file 15 years ago
Sergey Petrunya 0d7fcf2380 BUG#598247: partition.test produces valgrind errors in 5.3-based branches 15 years ago
Sergey Petrunya b0f423c5d3 BUG#761598: InnoDB: Error: row_search_for_mysql() is called without ha_innobase::external_lock() in maria-5.3 15 years ago
Sergey Petrunya ff3aa60d2b BUG#751439 Assertion `!table->file || table->file->inited == handler::NONE' failed with subquery 15 years ago
Sergei Golubchik 54d0ec5732 fix for cast of negative numbers to datetime 15 years ago
Alexey Botchkov 9d51588e95 Precision spatial function tests added. 15 years ago
Sergei Golubchik 93a16a171c a couple of fixes for pbxt tests 15 years ago
unknown 54fcd3b88e Another attempt at fixing the rare random failures of rpl_corruption 15 years ago
Sergey Petrunya b8fdbf8874 Remove redundant code that is a result of a wrong merge. 15 years ago
Sergey Petrunya 0f22ba3cfe In make_join_select(): 15 years ago
Michael Widenius 9f6f04360a Merge with Sergei's tree to get in latest microsecond patches and also fixes to innodb_plugin. 15 years ago
Michael Widenius e5403ec95a Fixed build failures with maria3.test and widows build 15 years ago