summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* several bugs fixed here.Alexey Botchkov2011-09-212-8/+8
* Fix for bug 848939 Wrong result with ST_INTERSECTION between linestrings and ...Alexey Botchkov2011-09-132-3/+9
* Fix for bug #848901 Assertion `fabs(cur_isc->x-m_cur_intersection->x) + fabs(...Alexey Botchkov2011-09-132-0/+6
* Fix for few similar bugs:Alexey Botchkov2011-09-132-2/+150
* bug 839327 Crash in Gcalc_operation_reducer::end_couple with ST_UNION and MUL...Alexey Botchkov2011-09-052-0/+7
* bug 839318 Crash in Gcalc_scan_iterator::point::get_shape with ST_DISTANCE an...Alexey Botchkov2011-09-052-0/+10
* bug 839341 100% CPU usage with ST_UNION in maria-5.3-gis.Alexey Botchkov2011-09-042-0/+5
* bug 801466 ST_INTERSECTION() returns invalid value on empty intersection in m...Alexey Botchkov2011-09-044-5/+27
* bugs #801560 and #802194Alexey Botchkov2011-09-022-0/+30
* PostGIS-style 'same point' handling.Alexey Botchkov2011-09-019-330/+342
* Fix for bug #804266 Memory corruption/valgrind warning/crash in move_hole() w...Alexey Botchkov2011-07-132-0/+23
* Fix for bug #801217 Assertion `t1->result_range' in Gcalc_operation_reducer::...Alexey Botchkov2011-07-122-1/+19
* Fix for bug #804259 Second assertion in Gis_geometry_collection::init_from_op...Alexey Botchkov2011-07-082-0/+26
* Fix for bug #805860 Second assertion Assertion `n > 0 && n < SINUSES_CALCULAT...Alexey Botchkov2011-07-072-2/+14
* Fix for bug #804324 Assertion 0 in Gcalc_scan_iterator::pop_suitable_intersec...Alexey Botchkov2011-07-072-0/+47
* bug #804305 Crash in wkb_get_double with ST_INTERSECTION.Alexey Botchkov2011-07-052-0/+23
* fix for bug #801212 Assertion with ST_INTERSECTION on NULL valuesAlexey Botchkov2011-07-042-1/+8
* bug #801199 Infinite recursion in Gcalc_function::count_internal with ST_BUFF...Alexey Botchkov2011-07-042-0/+6
* fix for bug #201189 ST_BUFFER asserts if radius = 0.Alexey Botchkov2011-06-302-0/+6
* fix for bug #801243 Assertion `(0)' failed in Gis_geometry_collection::init_f...Alexey Botchkov2011-06-302-0/+13
* gis-related tests fixes.Alexey Botchkov2011-06-20619-10256/+30310
|\
| * Merge fix for BUG#778406.Sergey Petrunya2011-06-173-0/+65
| |\
| | * BUG#778406: Crash in hp_movelink with Aria engine and subqueriesSergey Petrunya2011-06-153-0/+65
| * | Merge of mwl #106 into 5.3. Igor Babaev2011-06-1551-246/+1126
| |\ \ | | |/ | |/|
| | * Fixed LP bug #794909.Igor Babaev2011-06-092-0/+41
| | * Fixed LP bug #794038.Igor Babaev2011-06-092-0/+36
| | * Fixed LP bug #793436.Igor Babaev2011-06-068-13/+47
| | * Added two new flags for the optimizer switch:Igor Babaev2011-06-053-22/+38
| | * Merged the code of mwl 106 into the latest 5.3 with mwl 90 pushed.Igor Babaev2011-06-0450-255/+1008
| | |\
| | | * Fixed bugs causing failures fot the funcs_1 test suite.Igor Babaev2011-06-035-20/+80
| | | * Return commented out tests.Oleksandr Byelkin2011-05-314-62/+80
| | | * Applied Sanja's patch to fix LP bug #784297 in the tree for mwl106.Igor Babaev2011-05-276-11/+23
| | | * Fixed 3 valgrind bugs.Igor Babaev2011-05-218-87/+16
| | | * Added back the SP calls from the test case for bug 48073.Igor Babaev2011-05-203-4/+18
| | | * MergeIgor Babaev2011-05-2051-346/+1066
| | | |\
| | | | * Fixed crashes in the rpl suite due to a bug in Item_func_set_user_var::fix_fi...Igor Babaev2011-05-199-54/+46
| | | | * Fixed LP bug #784848 that caused failures of func_str.test andIgor Babaev2011-05-185-30/+69
| | | | * Fixed LP bug #784281.Igor Babaev2011-05-172-3/+7
| | | | * Merged the code of MWL#106 into 5.3Igor Babaev2011-05-1644-297/+983
| | | | |\
| | | | | * Post-merge fix: adjusted results for the vcol suite.Igor Babaev2010-09-234-12/+10
| | | | | * Merge of the mwl106 tree into the latest 5.3 tree.Igor Babaev2010-09-2326-138/+913
| | | | | |\
| | | | | | * MWL#106: Backport optimizations for derived tables and views.Igor Babaev2010-05-2624-133/+908
| * | | | | | BUG#761598: Update .result fileSergey Petrunya2011-06-151-0/+23
| * | | | | | BUG#598247: partition.test produces valgrind errors in 5.3-based branchesSergey Petrunya2011-06-152-0/+37
| * | | | | | BUG#761598: InnoDB: Error: row_search_for_mysql() is called without ha_innoba...Sergey Petrunya2011-06-153-0/+73
| * | | | | | BUG#751439 Assertion `!table->file || table->file->inited == handler::NONE' f...Sergey Petrunya2011-06-153-0/+52
| * | | | | | fix for cast of negative numbers to datetimeSergei Golubchik2011-06-141-1/+1
| * | | | | | a couple of fixes for pbxt testsSergei Golubchik2011-06-122-0/+14
| * | | | | | Another attempt at fixing the rare random failures of rpl_corruptionunknown2011-06-141-0/+11
| * | | | | | Merge with Sergei's tree to get in latest microsecond patches and also fixes ...Michael Widenius2011-06-1161-821/+1090
| |\ \ \ \ \ \