summaryrefslogtreecommitdiff
path: root/mysql-test/t/explain.test
Commit message (Expand)AuthorAgeFilesLines
* MDEV-7215 EXPLAIN REPLACE produces an error: Column count doesn't match value...Oleksandr Byelkin2015-12-101-0/+16
* 5.3 mergeSergei Golubchik2012-01-131-7/+14
|\
| * Back-ported the patch of the mysql-5.6 code line thatIgor Babaev2011-12-241-3/+3
| * Backport of WL#5953 from MySQL 5.6unknown2011-12-191-3/+3
| * Made the optimizer switch flags 'outer_join_with_cache', 'semijoin_with_cache'Igor Babaev2011-12-151-0/+3
| * Merge with 5.2.Michael Widenius2011-12-111-2/+2
| |\
| | * Merge with MariaDB 5.1Michael Widenius2011-11-241-4/+5
| | |\
| * | | Set new default values for the optimizer switch flags 'derived_merge'Igor Babaev2011-11-261-0/+3
* | | | 5.3->5.5 mergeSergei Golubchik2011-11-221-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 5.2->5.3unknown2011-09-021-1/+1
| |\ \ \ | | |/ /
| | * | LP BUG#823169 fix.unknown2011-09-021-1/+1
* | | | mysql-5.5.18 mergeSergei Golubchik2011-11-031-6/+4
|\ \ \ \
| * \ \ \ merge 5.1 => 5.5 : Bug#12329653Tor Didriksen2011-05-051-3/+4
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | merge 5.0 => 5.1 : Bug#12329653Tor Didriksen2011-05-041-4/+5
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | Bug#12329653 - EXPLAIN, UNION, PREPARED STATEMENT, CRASH, SQL_FULL_GROUP_BYTor Didriksen2011-05-041-4/+5
* | | | | merge with 5.3Sergei Golubchik2011-10-191-1/+17
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | mergeunknown2011-05-101-1/+4
| |\ \ \
| | * | | Moving max/min optimization from prepare to optimization phase. MWL#148Oleksandr Byelkin2011-05-041-1/+4
| | |/ /
| * | | Fixed LP bug #776295.Igor Babaev2011-05-041-0/+16
| |/ /
* | | Bug#11829785 EXPLAIN EXTENDED CRASH WITH RIGHT OUTER JOIN, SUBQUERIESTor Didriksen2011-03-241-1/+22
* | | 5.1-security->5.5-security mergeSergey Glukhov2010-10-181-0/+36
|\ \ \ | |/ /
| * | Bug#56814 Explain + subselect + fulltext crashes serverSergey Glukhov2010-10-181-0/+36
* | | Manual merge from mysql-5.1-bugteam to mysql-trunk-merge.Alexey Kopytov2010-06-021-0/+15
|\ \ \ | |/ /
| * | Bug #48537: difference of index selection between rpm binaryAlexey Kopytov2010-05-291-0/+15
* | | Manual merge of mysql-5.1-bugteam to mysql-trunk-merge.Alexey Kopytov2010-05-071-0/+13
|\ \ \ | |/ /
| * | Bug #48419: another explain crash..Alexey Kopytov2010-04-301-0/+15
* | | Manual merge of mysql-5.1-bugteam into mysql-trunk-merge.Alexey Kopytov2010-03-071-17/+28
|\ \ \ | |/ /
| * | manual mergeTatiana A. Nurnberg2010-03-051-21/+20
| |\ \
| | * \ manual mergeTatiana A. Nurnberg2010-03-021-20/+20
| | |\ \ | | | |/
| | | * Bug#48295: explain extended crash with subquery and ONLY_FULL_GROUP_BY sqlTatiana A. Nurnberg2010-03-021-1/+21
| * | | Bug#47669 Query showed by EXPLAIN EXTENDED gives different result from origin...Sergey Glukhov2010-02-261-0/+12
| |/ /
* | | Manual merge from mysql-trunk-merge.Alexander Nozdrin2009-11-061-0/+20
|\ \ \ | |/ /
| * | Bug#48295: explain extended crash with subquery and ONLY_FULL_GROUP_BY sql_modeTatiana A. Nurnberg2009-10-291-0/+20
* | | Bug#30302: Tables that were optimized away are printed in theEvgeny Potemkin2009-10-191-0/+12
|/ /
* | 5.0-bugteam->5.1-bugteam mergeSergey Glukhov2009-09-041-0/+11
|\ \ | |/
| * Bug#45989 memory leak after explain encounters an error in the querySergey Glukhov2009-09-041-0/+11
* | merged bug 43354 to 5.1-bugteamGeorgi Kodinov2009-03-111-1/+16
|\ \ | |/
| * Bug #43354: Use key hint can crash server in explain extended queryGeorgi Kodinov2009-03-111-0/+13
| * backported the fix for bug #34773 to 5.0Georgi Kodinov2008-12-091-0/+29
* | Bug#37870: Usage of uninitialized value caused failed assertion.Evgeny Potemkin2008-11-051-2/+8
* | Merged fix for the bug#37870.Evgeny Potemkin2008-10-271-0/+12
|\ \
| * | Bug#37870: Usage of uninitialized value caused failed assertion.Evgeny Potemkin2008-10-271-0/+12
| |/
* | Bug#34773: query with explain extended and derived table / other table Georgi Kodinov2008-10-061-0/+29
|/
* Fix for bug #32241: memory corruption due to large index map in 'Rangeunknown2007-11-161-0/+28
* sql_select.cc:unknown2007-03-081-0/+1
* Bug#22331: Wrong WHERE in EXPLAIN EXTENDED when all expressions were optimizedunknown2007-03-071-0/+14
* Merge rurik.mysql.com:/home/igor/tmp_mergeunknown2006-05-311-2/+2
|\
| * Fixed bug #17873: confusing error message when IGNORE/USE/FORCE INDEXunknown2006-05-301-2/+2
| * Fixed bug #17873: confusing error message when IGNORE/USE/FORCE INDEXunknown2006-05-271-2/+2
* | Bug#15463: EXPLAIN SELECT..INTO hangs the client (QB, command line)unknown2006-05-031-0/+9
|/