Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mistakes corrected. | Galina Shalygina | 2017-10-28 | 1 | -2/+2 |
* | Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext | Alexander Barkov | 2017-03-31 | 1 | -2/+3 |
|\ | |||||
| * | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2017-03-30 | 1 | -2/+3 |
| |\ | |||||
| | * | Merge 10.0 into 10.1 | Marko Mäkelä | 2017-03-09 | 1 | -2/+3 |
| | |\ | |||||
| | | * | Merge branch '5.5' into 10.0 | Vicențiu Ciorbaru | 2017-03-03 | 1 | -2/+3 |
| | | |\ | |||||
| | | | * | Fixed bug mdev-12099. | Igor Babaev | 2017-02-27 | 1 | -2/+3 |
* | | | | | MDEV-10141: Add support for INTERSECT (and common parts for EXCEPT) | Oleksandr Byelkin | 2017-03-14 | 1 | -7/+7 |
|/ / / / | |||||
* | | | | Item::print(): remove redundant parentheses | Sergei Golubchik | 2016-12-12 | 1 | -8/+8 |
|/ / / | |||||
* | | | MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be s... | Oleksandr Byelkin | 2015-09-04 | 1 | -8/+2 |
|/ / | |||||
* | | Merge branch '5.5' into 10.0 | Sergei Golubchik | 2015-05-04 | 1 | -0/+32 |
|\ \ | |/ | |||||
| * | Testcase for: MDEV-7893 table_elimination works wrong ... | Sergei Petrunia | 2015-04-23 | 1 | -0/+32 |
* | | 5.5 merge | Sergei Golubchik | 2013-12-15 | 1 | -0/+28 |
|\ \ | |/ | |||||
| * | Merge 5.3 -> 5.5 | Alexander Barkov | 2013-12-02 | 1 | -0/+28 |
| |\ | |||||
| | * | MDEV-5344: LEFT OUTER JOIN table data is lost in ON DUPLICATE KEY UPDATE section | Sergey Petrunya | 2013-11-27 | 1 | -0/+28 |
* | | | MDEV-3798: [SHOW] EXPLAIN UPDATE/DELETE | Sergey Petrunya | 2013-10-15 | 1 | -12/+12 |
|\ \ \ | |/ / |/| | | |||||
| * | | [SHOW] EXPLAIN UPDATE/DELETE, code re-structuring | Sergey Petrunya | 2013-06-18 | 1 | -12/+12 |
* | | | Merge 5.3->5.5 | Igor Babaev | 2013-08-27 | 1 | -3/+3 |
|\ \ \ | | |/ | |/| | |||||
| * | | Fixed bug mdev-4944. | Igor Babaev | 2013-08-26 | 1 | -2/+2 |
* | | | MDEV-4840: Wrong result (missing rows) on LEFT JOIN with InnoDB tables | Sergey Petrunya | 2013-08-22 | 1 | -0/+20 |
* | | | Merge 5.3->5.5. | Igor Babaev | 2013-08-18 | 1 | -3/+3 |
|\ \ \ | |/ / | | / | |/ |/| | |||||
| * | Fixed bug mdev-4418. | Igor Babaev | 2013-08-16 | 1 | -2/+2 |
* | | 5.3 merge | Sergei Golubchik | 2012-05-21 | 1 | -0/+21 |
|\ \ | |/ | |||||
| * | Merge 5.2->5.3 | Sergey Petrunya | 2012-05-12 | 1 | -0/+21 |
| |\ | |||||
| | * | Merge 5.2->5.3 | Sergey Petrunya | 2012-05-12 | 1 | -0/+21 |
| | |\ | |||||
| | | * | BUG#997747: Assertion `join->best_read < ((double)1.79..5e+308L)' failed | Sergey Petrunya | 2012-05-12 | 1 | -0/+21 |
* | | | | BUG#919878: Assertion `!eliminated_tables... | Sergey Petrunya | 2012-02-21 | 1 | -0/+19 |
|/ / / | |||||
* | | | Made the optimizer switch flags 'outer_join_with_cache', 'semijoin_with_cache' | Igor Babaev | 2011-12-15 | 1 | -0/+3 |
* | | | Made the optimizer switch for index condition pushdown set to 'on' by default. | Igor Babaev | 2011-11-21 | 1 | -4/+4 |
* | | | 5.2->5.3 merge | Sergei Golubchik | 2011-11-12 | 1 | -0/+19 |
|\ \ \ | |/ / | |||||
| * | | BUG#884184: Wrong result with RIGHT JOIN + derived_merge | Sergey Petrunya | 2011-11-01 | 1 | -0/+19 |
| |/ | |||||
* | | Fixed a cost estimation bug introduced into in the function best_access_path | Igor Babaev | 2011-09-30 | 1 | -1/+2 |
* | | Set the default to be mrr=off,mrr_sort_keys=off: | Sergey Petrunya | 2011-07-08 | 1 | -5/+5 |
* | | Merge | Igor Babaev | 2011-05-20 | 1 | -18/+18 |
|\ \ | |||||
| * \ | Merged the code of MWL#106 into 5.3 | Igor Babaev | 2011-05-16 | 1 | -6/+6 |
| |\ \ |/ / / | |||||
| * | | Merge of the mwl106 tree into the latest 5.3 tree. | Igor Babaev | 2010-09-23 | 1 | -18/+18 |
| |\ \ | |||||
| | * | | MWL#106: Backport optimizations for derived tables and views. | Igor Babaev | 2010-05-26 | 1 | -18/+18 |
* | | | | Make EXPLAIN better at displaying MRR/BKA: | Sergey Petrunya | 2011-04-02 | 1 | -5/+5 |
* | | | | Updated test results for 5.3 | Michael Widenius | 2011-01-13 | 1 | -3/+3 |
* | | | | Merge with 5.2 | Michael Widenius | 2011-01-12 | 1 | -0/+31 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | BUG#675118: Elimination of a table results in an invalid execution plan | Sergey Petrunya | 2011-01-11 | 1 | -0/+31 |
* | | | | Merge. | Igor Babaev | 2010-12-10 | 1 | -6/+6 |
|\ \ \ \ | |||||
| * \ \ \ | Merge 5.3-mwl128 -> 5.3 | Igor Babaev | 2010-10-27 | 1 | -9/+9 |
| |\ \ \ \ |/ / / / / | |||||
| * | | | | Fixed bug #52636. | Igor Babaev | 2010-09-28 | 1 | -9/+9 |
| | |/ / | |/| | | |||||
* | | | | Merge 5.2->5.3 | Sergey Petrunya | 2010-10-10 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| / / | |/ / | |||||
| * | | Fixed bug #49600. | Igor Babaev | 2010-09-11 | 1 | -1/+1 |
* | | | MariaDB 5.2 -> MariaDB 5.3 merge | Sergey Petrunya | 2010-06-26 | 1 | -2/+2 |
|\ \ \ | |/ / | | / | |/ |/| | |||||
| * | Merge MySQL 5.1.46 into MariaDB. | unknown | 2010-04-28 | 1 | -2/+2 |
* | | Merge MariaDB-5.2 -> MariaDB 5.3 | Sergey Petrunya | 2010-03-20 | 1 | -1/+118 |
|\ \ | |/ | |||||
| * | LPBUG#524025 Running RQG outer_join test leads to crash | Sergey Petrunya | 2010-03-06 | 1 | -1/+72 |
| * | LPBUG#523593: Running RQG optimizer_no_subquery crashes MariaDB | Sergey Petrunya | 2010-02-18 | 1 | -0/+46 |