summaryrefslogtreecommitdiff
path: root/mysql-test/t/join_cache.test
Commit message (Expand)AuthorAgeFilesLines
* MDEV-8189 field<>const and const<>field are not symmetricAlexander Barkov2015-06-301-0/+34
* MDEV-6687: Assertion `0' failed in Protocol::end_statement on querySergei Petrunia2015-02-191-0/+12
* 5.5 mergeSergei Golubchik2014-09-161-2/+130
|\
| * 5.3 mergeSergei Golubchik2014-09-121-0/+129
| |\
| | * Fixed bug mdev-6292.Igor Babaev2014-09-091-0/+129
* | | Fixed bug mdev-6071.Igor Babaev2014-06-101-0/+21
* | | 5.5 mergeSergei Golubchik2013-11-231-0/+20
|\ \ \ | |/ /
| * | MDEV-5293: outer join, join buffering, and order by - invalid query planSergey Petrunya2013-11-181-0/+20
* | | MDEV-5123 Remove duplicated conditions pushed both to join_tab->select_cond a...timour@askmonty.org2013-10-181-0/+44
|/ /
* | merge with mysql-5.5.30 minus few incorrect or not applicable changesetsSergei Golubchik2013-02-281-1/+1
* | 5.3 mergeSergei Golubchik2012-10-181-0/+49
|\ \ | |/
| * Fixed LP bug #1058071 (mdev-564).Igor Babaev2012-09-291-0/+49
* | Changed a test case from join_cache.test to make it platform independentIgor Babaev2012-05-171-1/+1
* | 5.3 mergeSergei Golubchik2012-02-241-4/+4
|\ \ | |/
| * Changed names of statistic variables and counting matches instaed of rejected...unknown2012-02-221-4/+4
* | 5.3 mergeSergei Golubchik2012-02-211-0/+5
|\ \ | |/
| * Counters for Index Condition Pushdown added (MDEV-130).unknown2012-02-161-0/+5
* | 5.3.4 mergeSergei Golubchik2012-02-151-0/+159
|\ \ | |/
| * Fixed LP bug #925985.Igor Babaev2012-02-131-0/+35
| * Fixed LP bug #922971.Igor Babaev2012-01-281-0/+42
| * Back-ported test cases for bugs #53060, #53305, #50358, #49453 from subquery_sjIgor Babaev2012-01-211-0/+82
* | 5.3 mergeSergei Golubchik2012-01-131-6/+175
|\ \ | |/
| * Changed a test case from join_cache.test to make it platform independent.Igor Babaev2011-12-251-5/+0
| * Made join_cache_level == 2 by default.Igor Babaev2011-12-151-1/+5
| * Fixed LP bug #901478.Igor Babaev2011-12-111-0/+63
| * Fixed LP bug #900469.Igor Babaev2011-12-061-0/+38
| * Fixed LP bug #899509.Igor Babaev2011-12-061-0/+29
| * Fixed LP bug #899777.Igor Babaev2011-12-051-0/+40
* | 5.3->5.5 mergeSergei Golubchik2011-11-221-13/+130
|\ \ | |/
| * Fixed LP bug #887479.Igor Babaev2011-11-161-0/+29
| * Made the result test of a test case platform independent Igor Babaev2011-10-041-1/+1
| * Made the result test of a test case platform independent.Igor Babaev2011-10-041-1/+1
| * Fixed a bad merge.Igor Babaev2011-10-031-6/+12
| * Fixed a cost estimation bug introduced into in the function best_access_pathIgor Babaev2011-09-301-5/+87
* | merge with 5.3Sergei Golubchik2011-10-191-99/+1391
|\ \ | |/
| * Made the optimizer switches 'derived_merge' and 'derived_with_keys'Igor Babaev2011-07-211-1/+1
| * Changed the default setting of the optimizer switch 'optimize_join_buffer_size'.Igor Babaev2011-07-141-0/+1
| * Set the default to be mrr=off,mrr_sort_keys=off:Sergey Petrunya2011-07-081-5/+5
| * Change the default @@optimizer_switch setting fromSergey Petrunya2011-07-051-0/+1
| * Fixed LP bug #802860.Igor Babaev2011-06-281-0/+35
| * Suppress ANALYZE_TABLE output, to be consistent with rest of the test caseVladislav Vaintroub2011-03-291-1/+2
| * Make testcase pass on systems with lower_case_table_names=2. Sergey Petrunya2011-03-041-0/+1
| * Moved the test case for LP bug 725050 into a new test file. Igor Babaev2011-02-281-18/+0
| * Fixed LP bug #725050.Igor Babaev2011-02-271-0/+18
| * Made a newly added EXPLAIN platform independent.Igor Babaev2011-02-241-0/+1
| * BNLH algorithm always used a full table scan over the joined tableIgor Babaev2011-02-231-0/+72
| * MergeIgor Babaev2011-01-281-36/+186
| |\
| | * Post-second-review fixes for the patch that added the code allowing to useIgor Babaev2011-01-241-40/+82
| | * MergeIgor Babaev2011-01-211-4/+112
| | |\
| | | * Fixed vargrind problems in check_join_cache_usage().Igor Babaev2011-01-061-0/+22
| | | |\