| Commit message (Expand) | Author | Age | Files | Lines |
* | merge | Sergei Golubchik | 2012-04-07 | 1 | -16/+16 |
|\ |
|
| * | Make test results stable. | Sergey Petrunya | 2012-04-04 | 1 | -3/+3 |
| * | BUG#913030: Optimizer chooses a suboptimal excution plan for Q18 from DBT-3 | Sergey Petrunya | 2012-04-02 | 1 | -18/+19 |
* | | 5.3 merge | Sergei Golubchik | 2012-03-28 | 1 | -0/+194 |
|\ \
| |/ |
|
| * | BUG#965872: Server crashes in embedding_sjm on a simple 1-table select with A... | Sergey Petrunya | 2012-03-27 | 1 | -0/+9 |
| * | Merge | Sergey Petrunya | 2012-03-26 | 1 | -0/+44 |
| |\ |
|
| | * | BUG#951283: Wrong result (missing rows) with semijoin+firstmatch, IN/ANY subq... | Sergey Petrunya | 2012-03-26 | 1 | -0/+44 |
| * | | Sorted some test results that can be different on different machines | Michael Widenius | 2012-03-26 | 1 | -33/+33 |
| |/ |
|
| * | BUG#951937: Wrong result (missing rows) with semijoin+materialization, IN sub... | Sergey Petrunya | 2012-03-26 | 1 | -0/+103 |
| * | BUG#962667: Assertion `0' failed in QUICK_INDEX_SORT_SELECT::need_sorted_outp... | Sergey Petrunya | 2012-03-25 | 1 | -0/+37 |
* | | Merge 5.3->5.5. | Igor Babaev | 2012-03-01 | 1 | -5/+5 |
|\ \
| |/ |
|
| * | Fixed LP bug #939009. | Igor Babaev | 2012-02-24 | 1 | -5/+5 |
* | | 5.3.4 merge | Sergei Golubchik | 2012-02-15 | 1 | -0/+14 |
|\ \
| |/ |
|
| * | BUG#912538: Wrong result (missing rows) with semijoin=on, firstmatch=on, ... | Sergey Petrunya | 2012-01-19 | 1 | -0/+14 |
* | | 5.3 merge | Sergei Golubchik | 2012-01-13 | 1 | -20/+45 |
|\ \
| |/ |
|
| * | Back-ported the patch of the mysql-5.6 code line that | Igor Babaev | 2011-12-24 | 1 | -4/+4 |
| * | BUG#906385: EXPLAIN EXTENDED crashes in TABLE_LIST::print with limited max_jo... | Sergey Petrunya | 2011-12-19 | 1 | -0/+22 |
| * | Made join_cache_level == 2 by default. | Igor Babaev | 2011-12-15 | 1 | -0/+1 |
| * | Made the optimizer switch flags 'outer_join_with_cache', 'semijoin_with_cache' | Igor Babaev | 2011-12-15 | 1 | -0/+2 |
| * | Make subquery Materialization, as well as semi-join Materialization be shown | Sergey Petrunya | 2011-12-05 | 1 | -14/+14 |
| * | Merge | Sergey Petrunya | 2011-11-25 | 1 | -3/+3 |
| |\ |
|
| | * | Semi-join optimizations code cleanup part 2: | Sergey Petrunya | 2011-11-25 | 1 | -3/+3 |
* | | | 5.3->5.5 merge | Sergei Golubchik | 2011-11-27 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Enable subquery materialization=ON by default. | unknown | 2011-11-09 | 1 | -1/+1 |
| |/ |
|
* | | 5.3->5.5 merge | Sergei Golubchik | 2011-11-22 | 1 | -9/+138 |
|\ \
| |/ |
|
| * | Fixed LP bug #881318. | Igor Babaev | 2011-10-25 | 1 | -0/+28 |
| * | BUG#869001: Wrong result with semijoin + materialization + firstmatch + multi... | Sergey Petrunya | 2011-10-12 | 1 | -0/+26 |
| * | Update subselect_sj{,2}_mat.result with changes that were lost when | Sergey Petrunya | 2011-10-12 | 1 | -1/+22 |
| * | Restore files accidentally deleted in previous merge. | unknown | 2011-10-11 | 1 | -0/+821 |
| * | BUG#869012: Wrong result with semijoin + materialization + AND in WHERE | Sergey Petrunya | 2011-10-11 | 1 | -821/+0 |
| * | Merge. | Igor Babaev | 2011-10-03 | 1 | -7/+21 |
| |\ |
|
| | * | Fixed a cost estimation bug introduced into in the function best_access_path | Igor Babaev | 2011-09-30 | 1 | -7/+21 |
| * | | BUG#860553: Crash in create_ref_for_key with semijoin + materialization | Sergey Petrunya | 2011-10-01 | 1 | -1/+1 |
| * | | BUG#858732: Wrong result with semijoin + loosescan + comma join | Sergey Petrunya | 2011-09-26 | 1 | -0/+23 |
| |/ |
|
| * | Fix after previous cset: update test results | Sergey Petrunya | 2011-09-22 | 1 | -0/+17 |
* | | Sergey Petrunya fixes for subselect* tests, | Sergei Golubchik | 2011-10-22 | 1 | -5/+2 |
|/ |
|
* | BUG#803457: Wrong result with semijoin + view + outer join in maria-5.3-subqu... | Sergey Petrunya | 2011-07-15 | 1 | -2/+2 |
* | Set the default to be mrr=off,mrr_sort_keys=off: | Sergey Petrunya | 2011-07-08 | 1 | -0/+2 |
* | Merge fix for BUG#803365 | Sergey Petrunya | 2011-07-05 | 1 | -4/+5 |
|\ |
|
| * | BUG#803365: Crash in pull_out_semijoin_tables with outer join + semijoin + de... | Sergey Petrunya | 2011-07-05 | 1 | -4/+5 |
* | | Change the default @@optimizer_switch setting from | Sergey Petrunya | 2011-07-05 | 1 | -0/+3 |
|/ |
|
* | BUG#761598: Update .result file | Sergey Petrunya | 2011-06-15 | 1 | -0/+23 |
* | Merge 5.3->main -> 5.3-mwl90 | Sergey Petrunya | 2011-05-29 | 1 | -10/+14 |
|\ |
|
| * | Post-merge fixes part#2 | Sergey Petrunya | 2011-05-26 | 1 | -10/+14 |
* | | Stabilize a testcase after fix for BUG#784723, part 2 | Sergey Petrunya | 2011-05-20 | 1 | -2/+5 |
|/ |
|
* | MWL#89 | unknown | 2011-05-02 | 1 | -1/+1 |
* | MWL#89 | unknown | 2011-03-01 | 1 | -1/+1 |
* | MWL#89 | unknown | 2011-02-03 | 1 | -0/+731 |