Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [NOT] EXISTS to IN transformation. | unknown | 2013-02-26 | 1 | -0/+2 |
* | 5.5 merge | Sergei Golubchik | 2013-01-29 | 1 | -0/+2 |
|\ | |||||
| * | 5.3 merge | Sergei Golubchik | 2013-01-15 | 1 | -0/+2 |
| |\ | |||||
| | * | 5.2->5.3 merge | Sergei Golubchik | 2013-01-10 | 1 | -0/+2 |
| | |\ | |||||
| | | * | 5.1 merge | Sergei Golubchik | 2013-01-10 | 1 | -0/+2 |
| | | |\ | |||||
| | | | * | mysql-5.1.67 merge | Sergei Golubchik | 2013-01-09 | 1 | -0/+2 |
| | | | |\ | |||||
| | | | | * | Bug#14683676 ENDLESS MEMORY CONSUMPTION IN SETUP_REF_ARRAY WITH MAX IN SUBQUERY | Tor Didriksen | 2012-10-01 | 1 | -0/+1 |
* | | | | | | MDEV-4011 Added per thread memory counting and usage | Michael Widenius | 2013-01-23 | 1 | -1/+1 |
* | | | | | | Merge mwl248->10.0-base. | Igor Babaev | 2012-12-19 | 1 | -0/+3 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge maria-5.5-mwl248 -> 10.0-base. | Igor Babaev | 2012-12-16 | 1 | -0/+3 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Addressed the following issues from the review of the patch: | Igor Babaev | 2012-12-05 | 1 | -0/+1 |
| | * | | | | | | Merge 5.5->5.5-mwl248. | Igor Babaev | 2012-08-29 | 1 | -1/+0 |
| | |\ \ \ \ \ \ | | | |/ / / / / | |||||
| | * | | | | | | Merge 5.5 -> 5.5-mwl248. | Igor Babaev | 2012-06-26 | 1 | -3/+87 |
| | |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | Merge | Igor Babaev | 2012-06-01 | 1 | -1/+2 |
| | |\ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ | Merge. | Igor Babaev | 2012-05-22 | 1 | -0/+2 |
| | |\ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | Support of the extended syntax for ANALYZE. | Igor Babaev | 2012-05-22 | 1 | -0/+2 |
* | | | | | | | | | | | remove HAVE_EXPLICIT_TEMPLATE_INSTANTIATION | Sergei Golubchik | 2012-12-17 | 1 | -3/+0 |
|/ / / / / / / / / / | |||||
* | | | | | | | | | | SHOW EXPLAIN: merge to 10.0-base. | Sergey Petrunya | 2012-10-06 | 1 | -3/+125 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | SHOW EXPLAIN: merge with 5.5-main | Sergey Petrunya | 2012-10-06 | 1 | -3/+125 |
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | | | | | | |||||
| | * | | | | | | | | | Merge 5.5-main -> 5.5-show-explain | Sergey Petrunya | 2012-07-25 | 1 | -3/+87 |
| | |\ \ \ \ \ \ \ \ \ | | | | |_|_|/ / / / / | | | |/| | | | | | | | |||||
| | * | | | | | | | | | MDEV-298: SHOW EXPLAIN: Plan returned by SHOW EXPLAIN only contains 'Using te... | Sergey Petrunya | 2012-07-20 | 1 | -1/+2 |
| | * | | | | | | | | | Better comments. | Sergey Petrunya | 2012-07-06 | 1 | -1/+3 |
| | * | | | | | | | | | MWL#182: Explain running statements | Sergey Petrunya | 2012-06-15 | 1 | -3/+122 |
| | |\ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / | | |/| | | | | | | | | |||||
| | | * | | | | | | | | MDEV-323: SHOW EXPLAIN: Plan produced by SHOW EXPLAIN loses 'UNION RESULT' line | Sergey Petrunya | 2012-06-07 | 1 | -4/+2 |
| | | * | | | | | | | | MDEV-324: SHOW EXPLAIN: Plan produced by SHOW EXPLAIN for a query with TEMPTA... | Sergey Petrunya | 2012-06-07 | 1 | -7/+15 |
| | | * | | | | | | | | Merge of recent changes in MWL#182 in 5.3 with {Merge of MWL#182 with 5.5} | Sergey Petrunya | 2012-05-17 | 1 | -10/+37 |
| | | |\ \ \ \ \ \ \ \ | |||||
| | | | * | | | | | | | | MDEV-273: SHOW EXPLAIN: server crashes in JOIN::print_explain on a query with... | Sergey Petrunya | 2012-05-16 | 1 | -1/+5 |
| | | | * | | | | | | | | MDEV-270: SHOW EXPLAIN: server crashes in JOIN::print_explain on a query with | Sergey Petrunya | 2012-05-15 | 1 | -1/+1 |
| | | | * | | | | | | | | MDEV-267: SHOW EXPLAIN: Server crashes in JOIN::print_explain on most of queries | Sergey Petrunya | 2012-05-14 | 1 | -5/+16 |
| | | | * | | | | | | | | MDEV-240: SHOW EXPLAIN: Assertion `this->optimized == 2' failed | Sergey Petrunya | 2012-05-11 | 1 | -1/+1 |
| | | | * | | | | | | | | # MDEV-239: Assertion `field_types == 0 ... ' failed in Protocol_text::store... | Sergey Petrunya | 2012-05-10 | 1 | -7/+9 |
| | | | * | | | | | | | | MWL#182: Explain running statements: | Sergey Petrunya | 2012-05-10 | 1 | -3/+3 |
| | | | * | | | | | | | | MWL#182: Explain running statements | Sergey Petrunya | 2012-04-26 | 1 | -0/+9 |
| | | | * | | | | | | | | MWL#182: Explain running statements: merge with 5.3-main | Sergey Petrunya | 2012-04-13 | 1 | -4/+79 |
| | | | |\ \ \ \ \ \ \ \ | |||||
| | | * | \ \ \ \ \ \ \ \ | MWL#182: SHOW EXPLAIN: Merge 5.3->5.5 | Sergey Petrunya | 2012-05-16 | 1 | -3/+89 |
| | | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / / / / | | | |/| | | | | | | | | | |||||
| | | | * | | | | | | | | | Apply earlier patch: correct handling of subqueries that | Sergey Petrunya | 2012-01-04 | 1 | -14/+26 |
| | | | * | | | | | | | | | MWL#182: Explain running statements: merge with 5.3-main (needs fixing) | Sergey Petrunya | 2012-01-03 | 1 | -5/+79 |
| | | | |\ \ \ \ \ \ \ \ \ | | | | | | |/ / / / / / / | | | | | |/| | | | | | | | |||||
| | | | | * | | | | | | | | MWL#182: Explain running statements | Sergey Petrunya | 2011-10-28 | 1 | -0/+17 |
| | | | | * | | | | | | | | MWL#182: Explain running statements | Sergey Petrunya | 2011-10-27 | 1 | -5/+62 |
| | | | | |\ \ \ \ \ \ \ \ | |||||
| | | | | | * | | | | | | | | Fix typo bug in UNION handling, add tests for SHOW EXPLAIN for UNION. | Sergey Petrunya | 2011-10-27 | 1 | -1/+5 |
| | | | | | * | | | | | | | | Fix SHOW EXPLAIN for UNIONs. | Sergey Petrunya | 2011-10-27 | 1 | -0/+5 |
| | | | | | * | | | | | | | | - Testing: add DBUG_EXECUTE_IF("show_explain_probe_2"... which fires | Sergey Petrunya | 2011-09-25 | 1 | -1/+2 |
| | | | | | * | | | | | | | | -Make show_explain.test stable | Sergey Petrunya | 2011-08-27 | 1 | -3/+11 |
| | | | | | * | | | | | | | | Fix for previous csets: let set_explain_type() produce correct types for "UNI... | Sergey Petrunya | 2011-08-26 | 1 | -1/+1 |
| | | | | | * | | | | | | | | MWL#182: Explain running statements | Sergey Petrunya | 2011-08-24 | 1 | -8/+13 |
| | | | | | * | | | | | | | | MWL#182: Explain running statements | Sergey Petrunya | 2011-08-23 | 1 | -0/+34 |
* | | | | | | | | | | | | | | Implementation of Multi-source replication (MDEV:253) | Michael Widenius | 2012-09-28 | 1 | -0/+1 |
* | | | | | | | | | | | | | | Automatic merge with 5.5 | Michael Widenius | 2012-09-01 | 1 | -1/+0 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / | |||||
| * | | | | | | | | | | | | | 5.3 merge | Sergei Golubchik | 2012-08-27 | 1 | -1/+0 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | / / / / | | | |_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | |||||
| | * | | | | | | | | | | | 5.2 merge. | Sergei Golubchik | 2012-08-22 | 1 | -0/+23 |
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|/ / / | | | |/| | | | | | | | | |