| Commit message (Expand) | Author | Age | Files | Lines |
* | BUG#1002630: Valgrind warnings 'Invalid read' in subselect_engine::calc_const... | Sergey Petrunya | 2012-05-25 | 1 | -0/+17 |
* | BUG#998236: Assertion failure or valgrind errors at best_access_path ... | Sergey Petrunya | 2012-05-13 | 1 | -0/+46 |
* | BUG#978479: Wrong result (extra rows) with derived_with_keys+loosescan+semijo... | Sergey Petrunya | 2012-04-19 | 1 | -0/+3 |
* | BUG#978479: Wrong result (extra rows) with derived_with_keys+loosescan+semijo... | Sergey Petrunya | 2012-04-19 | 1 | -0/+30 |
* | Merge BUG#952372 | Sergey Petrunya | 2012-03-21 | 1 | -0/+21 |
|\ |
|
| * | BUG#952372: Server crashes on 2nd execution of PS in find_field_in_tables wit... | Sergey Petrunya | 2012-03-18 | 1 | -0/+22 |
* | | BUG#952583: Server crashes in Item_field::fix_after_pullout on INSERT .. SELECT | Sergey Petrunya | 2012-03-19 | 1 | -0/+14 |
|/ |
|
* | BUG#923246: Loosescan reports different result than other semijoin methods | Sergey Petrunya | 2012-01-30 | 1 | -0/+22 |
* | Merge. | Igor Babaev | 2012-01-27 | 1 | -0/+39 |
|\ |
|
| * | Back-ported test cases for bug #59919 of mysql-5.6 code line. The bug could | Igor Babaev | 2012-01-27 | 1 | -0/+39 |
* | | BUG#920713: Wrong result (missing rows) with firstmatch+BNL, IN subquery, ... | Sergey Petrunya | 2012-01-25 | 1 | -0/+17 |
* | | Merge | Sergey Petrunya | 2012-01-25 | 1 | -0/+19 |
|\ \
| |/
|/| |
|
| * | BUG#920255: Wrong result (extra rows) with loosescan and IN subquery | Sergey Petrunya | 2012-01-25 | 1 | -0/+19 |
* | | Back-ported test cases for bugs #54437, #55955, #52329, #57623 from subquery_sj | Igor Babaev | 2012-01-22 | 1 | -0/+166 |
* | | Back-ported test cases for bugs #53060, #53305, #50358, #49453 from subquery_sj | Igor Babaev | 2012-01-21 | 1 | -0/+51 |
|/ |
|
* | BUG#912510: Crash in do_copy_not_null with semijoin=ON, firstmatch=ON, aggreg... | Sergey Petrunya | 2012-01-08 | 1 | -0/+19 |
* | Back-ported the patch of the mysql-5.6 code line that | Igor Babaev | 2011-12-24 | 1 | -32/+23 |
* | Merge | Igor Babaev | 2011-12-15 | 1 | -0/+11 |
|\ |
|
| * | Made join_cache_level == 2 by default. | Igor Babaev | 2011-12-15 | 1 | -0/+8 |
| * | Made the optimizer switch flags 'outer_join_with_cache', 'semijoin_with_cache' | Igor Babaev | 2011-12-15 | 1 | -0/+3 |
* | | BUG#901399: Wrong result (extra row) with semijoin=ON, materialization=OFF, o... | Sergey Petrunya | 2011-12-16 | 1 | -0/+29 |
|/ |
|
* | Fixed LP bug #901709. | Igor Babaev | 2011-12-11 | 1 | -0/+30 |
* | Fixed LP bug #901312. | Igor Babaev | 2011-12-09 | 1 | -0/+22 |
* | Set new default values for the optimizer switch flags 'derived_merge' | Igor Babaev | 2011-11-26 | 1 | -0/+5 |
* | Fixed LP bug #887496. | Igor Babaev | 2011-11-21 | 1 | -0/+30 |
* | Fixed LP bug #889750. | Igor Babaev | 2011-11-15 | 1 | -0/+28 |
* | BUG#878753: Assertion '0' failed in replace_where_subcondition with derived_m... | Sergey Petrunya | 2011-11-02 | 1 | -0/+25 |
* | BUG#877288: Wrong result with semijoin + materialization + multipart key | Sergey Petrunya | 2011-10-26 | 1 | -0/+19 |
* | Merge. | Igor Babaev | 2011-10-03 | 1 | -0/+1 |
|\ |
|
| * | Fixed a cost estimation bug introduced into in the function best_access_path | Igor Babaev | 2011-09-30 | 1 | -0/+1 |
* | | BUG#861147: Assertion `fixed == 1' failed in Item_func_eq::val_int() with sem... | Sergey Petrunya | 2011-10-01 | 1 | -0/+51 |
* | | BUG#849776: Wrong result with semijoin + "Impossible where" | Sergey Petrunya | 2011-09-23 | 1 | -0/+21 |
|/ |
|
* | BUG##849717: Crash in Item_func::fix_fields on second execution of a prepared... | Sergey Petrunya | 2011-09-17 | 1 | -0/+13 |
* | BUG#830993: Crash in end_read_record with derived table | Sergey Petrunya | 2011-09-08 | 1 | -0/+80 |
* | BUG#834739: Wrong result with 3-way inner join, LooseScan,multipart keys | Sergey Petrunya | 2011-09-05 | 1 | -1/+25 |
* | BUG#834758: Wrong result with innner join, LooseScan, two-column IN() predicate | Sergey Petrunya | 2011-09-05 | 1 | -0/+24 |
* | BUG#834534: Assertion `0' failed in replace_where_subcondition with semijoin ... | Sergey Petrunya | 2011-08-29 | 1 | -0/+23 |
* | BUG#818280: crash in do_copy_not_null() in maria-5.3 with semijoin | Sergey Petrunya | 2011-08-16 | 1 | -0/+16 |
* | BUG#803457: Wrong result with semijoin + view + outer join in maria-5.3-subqu... | Sergey Petrunya | 2011-07-21 | 1 | -0/+26 |
* | BUG#803303: Wrong result with semijoin=on, outer join in maria-5.3-subqueries... | Sergey Petrunya | 2011-07-19 | 1 | -0/+42 |
* | Buildbot fixes: add --sorted-result | Sergey Petrunya | 2011-07-19 | 1 | -0/+1 |
* | BUG#803457: Wrong result with semijoin + view + outer join in maria-5.3-subqu... | Sergey Petrunya | 2011-07-15 | 1 | -1/+27 |
* | Set the default to be mrr=off,mrr_sort_keys=off: | Sergey Petrunya | 2011-07-08 | 1 | -0/+1 |
* | # BUG#611704: Crash in replace_where_subcondition with nested subquery and se... | Sergey Petrunya | 2011-07-06 | 1 | -0/+35 |
* | Merge fix for BUG#803365 | Sergey Petrunya | 2011-07-05 | 1 | -0/+26 |
|\ |
|
| * | BUG#803365: Crash in pull_out_semijoin_tables with outer join + semijoin + de... | Sergey Petrunya | 2011-07-05 | 1 | -0/+26 |
* | | Change the default @@optimizer_switch setting from | Sergey Petrunya | 2011-07-05 | 1 | -1/+4 |
|/ |
|
* | Fix buildbot failures: | Sergey Petrunya | 2011-06-30 | 1 | -0/+2 |
* | lp:802965: Crash in do_copy_not_null with semijoin=on in maria-5.3 | Sergey Petrunya | 2011-06-29 | 1 | -0/+23 |
* | Merge | Sergey Petrunya | 2011-06-29 | 1 | -0/+128 |
|\ |
|