summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* MWL#205 DELETE with result set (mdev-3814)Igor Babaev2013-08-062-0/+424
* Update test results after SHOW EXPLAIN merge-in.Sergey Petrunya2012-10-111-2/+2
* SHOW EXPLAIN: merge to 10.0-base.Sergey Petrunya2012-10-064-0/+2271
|\
| * MDEV-462: SHOW EXPLAIN: Assertion `table_list->table' fails in find_field_in_...Sergey Petrunya2012-10-062-2/+13
| * SHOW EXPLAIN: merge with 5.5-mainSergey Petrunya2012-10-064-0/+2260
| |\
| | * MWL#182: Explain running statements: merge with 5.5-mainSergey Petrunya2012-08-1214-10/+2271
| | |\
| | | * MWL#182: Explain running statements: address review feedbackSergey Petrunya2012-08-092-0/+52
| | | * MergeSergey Petrunya2012-08-022-0/+27
| | | |\
| | | | * MDEV-416: Server crashes in SQL_SELECT::cleanup on EXPLAIN with SUM ( DISTINC...Sergey Petrunya2012-08-022-0/+27
| | | * | MDEV-423: SHOW EXPLAIN: 'Using where' for a subquery is shown in EXPLAIN, but...Sergey Petrunya2012-08-012-0/+71
| | | |/
| | | * Post-merge fixes.Sergey Petrunya2012-07-277-8/+8
| | | * Merge 5.5-main -> 5.5-show-explainSergey Petrunya2012-07-25388-477/+31781
| | | |\
| | | * | MDEV-412: SHOW EXPLAIN: Server crashes in JOIN::print_explain on a query with...Sergey Petrunya2012-07-252-0/+100
| | | * | MDEV-408: SHOW EXPLAIN: Some values are chopped off in SHOW EXPLAIN outputSergey Petrunya2012-07-242-1/+53
| | | * | MDEV-298: SHOW EXPLAIN: Plan returned by SHOW EXPLAIN only contains 'Using te...Sergey Petrunya2012-07-202-0/+66
| | | * | BUG#992942 & MDEV-325: Pre-liminary commit for testingSergey Petrunya2012-07-192-6/+110
| | | * | Fix the tests: show_explain_ps cannot work on embedded server.Sergey Petrunya2012-07-181-0/+2
| | | * | MWL#182: Explain running statementsSergey Petrunya2012-07-172-37/+69
| | | * | t/show_explain_ps.test needs debug system to work.Sergey Petrunya2012-07-111-0/+1
| | | * | Make test results stableSergey Petrunya2012-07-112-2/+2
| | | * | MWL#182: Explain running statements: address review feedbackSergey Petrunya2012-07-102-1/+15
| | | * | Enable PERFORMANCE_SCHEMA tracking for SHOW EXPLAIN's conditions.Sergey Petrunya2012-07-072-0/+75
| | | * | MWL#182: Explain running statementsSergey Petrunya2012-07-052-2/+89
| | | * | - More "local" code in show_explain.testSergey Petrunya2012-06-302-0/+4
| | | * | MWL#182: Explain running statements: address review feedbackSergey Petrunya2012-06-292-3/+109
| | | * | Test that SHOW EXPLAIN will print 'Distinct'.Sergey Petrunya2012-06-212-2/+65
| | | * | MDEV-327: SHOW EXPLAIN: Different select_type in plans produced by SHOW EXPLA...Sergey Petrunya2012-06-192-0/+71
| | | * | MWL#182: Explain running statementsSergey Petrunya2012-06-155-2/+1336
| | | |\ \
| | | | * | MDEV-323: SHOW EXPLAIN: Plan produced by SHOW EXPLAIN loses 'UNION RESULT' lineSergey Petrunya2012-06-072-0/+61
| | | | * | Fix test results to deal with rounding error in #rows in EXPLAIN output.Sergey Petrunya2012-06-073-2/+3
| | | | * | MDEV-324: SHOW EXPLAIN: Plan produced by SHOW EXPLAIN for a query with TEMPTA...Sergey Petrunya2012-06-072-26/+68
| | | | * | MDEV-297: SHOW EXPLAIN: Server gets stuck until timeout occurs while executin...Sergey Petrunya2012-06-072-0/+40
| | | | * | MDEV-299: SHOW EXPLAIN: Plan produced by SHOW EXPLAIN changes back and forth ...Sergey Petrunya2012-06-042-0/+84
| | | | * | MDEV-305: SHOW EXPLAIN: ref returned by SHOW EXPLAIN is different from the no...Sergey Petrunya2012-06-042-11/+49
| | | | * | MDEV-275: SHOW EXPLAIN: server crashes in JOIN::print_explain with IN subquer...Sergey Petrunya2012-05-242-8/+50
| | | | * | Merge of recent changes in MWL#182 in 5.3 with {Merge of MWL#182 with 5.5}Sergey Petrunya2012-05-172-6/+684
| | | | |\ \
| | | | | * | MDEV-273: SHOW EXPLAIN: server crashes in JOIN::print_explain on a query with...Sergey Petrunya2012-05-162-5/+96
| | | | | * | MDEV-270: SHOW EXPLAIN: server crashes in JOIN::print_explain on a query with Sergey Petrunya2012-05-152-0/+73
| | | | | * | MDEV-267: SHOW EXPLAIN: Server crashes in JOIN::print_explain on most of queriesSergey Petrunya2012-05-142-0/+87
| | | | | * | MDEV-240: SHOW EXPLAIN: Assertion `this->optimized == 2' failedSergey Petrunya2012-05-112-0/+58
| | | | | * | # MDEV-239: Assertion `field_types == 0 ... ' failed in Protocol_text::store...Sergey Petrunya2012-05-102-2/+53
| | | | | * | MDEV-238: SHOW EXPLAIN: Server crashes in JOIN::print_explain with FROM subqu...Sergey Petrunya2012-05-102-0/+47
| | | | | * | MWL#182: Explain running statements:Sergey Petrunya2012-05-102-0/+121
| | | | | * | Make SHOW EXPLAIN FOR produce a warning with the original text of query Sergey Petrunya2012-04-261-0/+28
| | | | | * | MWL#182: Explain running statementsSergey Petrunya2012-04-262-5/+124
| | | | | * | MWL#182: Explain running statements: merge with 5.3-mainSergey Petrunya2012-04-132-0/+326
| | | | | |\ \
| | | | * | \ \ MWL#182: SHOW EXPLAIN: Merge 5.3->5.5Sergey Petrunya2012-05-163-1/+349
| | | | |\ \ \ \
| | | | | * | | | Apply earlier patch: correct handling of subqueries that Sergey Petrunya2012-01-042-22/+44
| | | | | * | | | MWL#182: Explain running statements: merge with 5.3-main (needs fixing)Sergey Petrunya2012-01-032-0/+326
| | | | | |\ \ \ \ | | | | | | | |/ / | | | | | | |/| |
| | | | | | * | | MWL#182: Explain running statementsSergey Petrunya2011-10-282-1/+129