summaryrefslogtreecommitdiff
path: root/sql/sql_select.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix bug lp:833777unknown2011-11-211-2/+8
* Fixed LP bug #889750.Igor Babaev2011-11-151-1/+4
* Fix MySQL BUG#12329653unknown2011-11-121-2/+6
* Fixed LP bug #879871. Igor Babaev2011-11-111-1/+2
* BUG#887026: Wrong result with ICP, outer join, subquery in maria-5.3-icpSergey Petrunya2011-11-071-16/+25
* Fixed LP bug #886145.Igor Babaev2011-11-061-1/+3
* Fixed LP bug #885168.Igor Babaev2011-11-041-4/+6
* Merge.Igor Babaev2011-11-021-0/+2
|\
| * BUG#882994: Crash in QUICK_RANGE_SELECT::reset with derived_with_keysSergey Petrunya2011-10-311-0/+2
* | Backported the fix and the test case for bug 12822678 from the mysql-5.6 code...Igor Babaev2011-11-011-1/+1
* | Backported the fix and the test case for bug #58816 from mysql-5.6 code line.Igor Babaev2011-10-291-0/+4
|/
* BUG#882472: subselect4.test fails in current 5.3Sergey Petrunya2011-10-271-9/+6
* Fixed lp:879939 "assertion in ha_maria::enable_indexes with derived_with_keys...Michael Widenius2011-10-261-3/+11
* BUG#877288: Wrong result with semijoin + materialization + multipart keySergey Petrunya2011-10-261-1/+2
* Fixed LP bug #880724.Igor Babaev2011-10-241-1/+3
* Fixed LP bug #878199.Igor Babaev2011-10-201-1/+1
* Fixed LP bug #874006.Igor Babaev2011-10-161-11/+25
* Remove garbage commentSergey Petrunya2011-10-131-1/+0
* Code cleanup: move variable into branch that uses itSergey Petrunya2011-10-121-1/+1
* Fix compile error: ‘cond_copy’ may be used uninitialized in this function.Sergey Petrunya2011-10-121-2/+3
* Merge fix for BUG#869012Sergey Petrunya2011-10-111-1/+1
|\
| * BUG#869012: Wrong result with semijoin + materialization + AND in WHERESergey Petrunya2011-10-111-1/+1
* | Fixed LP bug #870046.Igor Babaev2011-10-111-2/+4
|/
* Fixed a bad merge.Igor Babaev2011-10-031-6/+0
* Merge.Igor Babaev2011-10-031-2/+8
|\
| * The previous correction of the cost estimate to access a joined tableIgor Babaev2011-09-301-0/+5
| * Fixed a cost estimation bug introduced into in the function best_access_pathIgor Babaev2011-09-301-2/+3
* | BUG#860553: Crash in create_ref_for_key with semijoin + materialization Sergey Petrunya2011-10-011-0/+20
* | BUG#860535: Assertion `keypart_map' failed in mi_rkey with semijoinSergey Petrunya2011-09-291-1/+2
|/
* Automerge.Sergey Petrunya2011-09-081-6/+12
|\
| * BUG#830993: Crash in end_read_record with derived tableSergey Petrunya2011-09-081-6/+12
* | MergeSergey Petrunya2011-09-061-29/+51
|\ \ | |/
| * BUG#834739: Wrong result with 3-way inner join, LooseScan,multipart keys Sergey Petrunya2011-09-051-0/+10
| * BUG#836523: Crash in JOIN::get_partial_cost_and_fanout with semijoin+material...Sergey Petrunya2011-09-021-29/+41
* | Merge.Igor Babaev2011-09-061-3/+2
|\ \
| * | Fixed LP bug #838633. Igor Babaev2011-09-061-3/+2
* | | Fixed lp:828514 "Assertion `! is_set()' failed in Diagnostics_area::set_ok_st...Michael Widenius2011-09-031-3/+5
| |/ |/|
* | MergeSergey Petrunya2011-09-021-0/+3
|\ \
| * | BUG##836491: Crash in Item_field::Item_field from add_ref_to_table_cond() wit...Sergey Petrunya2011-08-291-0/+3
| |/
* | Fix for bug lp:834492unknown2011-09-011-1/+17
|/
* Fix bug lp:827416unknown2011-08-271-0/+7
* lp:822760 Wrong result with view + invalid datesSergei Golubchik2011-08-221-1/+1
* Fixed LP bug #826279.Igor Babaev2011-08-191-2/+12
* BUG#826935 Assertion `!table || (!table->read_set || bitmap_is_set(table->rea...Sergey Petrunya2011-08-171-1/+6
* BUG#818280: crash in do_copy_not_null() in maria-5.3 with semijoinSergey Petrunya2011-08-161-0/+12
* Fix bug lp:817384unknown2011-08-091-1/+3
* BUG#822134: Invalid plan and wrong result set for Q20 from DBT3 benchmark setSergey Petrunya2011-08-091-7/+36
* Fixed LP bug #817360.Igor Babaev2011-07-291-6/+8
* Fixed a crash with pbxt.subselect when 'derived_merge' is set off inIgor Babaev2011-07-221-1/+1
* Merge from 5.2unknown2011-07-211-6/+6
|\