summaryrefslogtreecommitdiff
path: root/mysql-test/r/subselect_sj.result
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.0 into 10.1Marko Mäkelä2019-03-211-0/+7
|\
| * Merge 5.5 into 10.0Marko Mäkelä2019-03-211-0/+7
| |\
| | * MDEV-18896 Crash in convert_join_subqueries_to_semijoinsIgor Babaev2019-03-141-0/+7
* | | Merge branch '10.0' into 10.1Sergei Golubchik2018-05-051-0/+26
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2018-04-291-0/+26
| |\ \ | | |/
| | * MDEV-13699: Assertion `!new_field->field_name.str || strlen(new_field->field_...Oleksandr Byelkin2018-04-251-0/+26
* | | Merge 10.0 into 10.1Marko Mäkelä2017-05-231-0/+54
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0mariadb-10.0.31Sergei Golubchik2017-05-201-0/+54
| |\ \ | | |/
| | * Fixed the bug mdev-12817/mdev-12820.Igor Babaev2017-05-171-0/+54
* | | Merge 10.0 into 10.1Marko Mäkelä2017-05-201-1/+40
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'origin/5.5' into 10.0Vicențiu Ciorbaru2017-05-171-1/+40
| |\ \ | | |/
| | * Fixed the bugs mdev-12670 and mdev-12675.Igor Babaev2017-05-091-1/+40
* | | Merge branch '10.0' 10.1Sergei Golubchik2017-04-281-1/+1
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2017-04-211-1/+1
| |\ \ | | |/
| | * Fixed the bug mdev-12429 and its duplicates mdev-12145 and mdev-9886.Igor Babaev2017-04-041-1/+1
* | | Merge branch '10.0' into 10.1Sergei Golubchik2016-02-231-0/+65
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2016-02-151-0/+65
| |\ \ | | |/
| | * MDEV-6859: scalar subqueries in a comparison produced unexpected resultSergei Petrunia2016-02-091-0/+39
| | * MDEV-7823: Server crashes in next_depth_first_tab on nested IN clauses with S...Sergei Petrunia2016-02-091-0/+26
* | | MDEV-8852 Implicit or explicit CAST from MAX(string) to INT,DOUBLE,DECIMAL do...Alexander Barkov2015-09-281-0/+6
* | | MDEV-8806 Numeric CAST produce different warnings for strings literals vs fun...Alexander Barkov2015-09-251-0/+3
* | | MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be s...Oleksandr Byelkin2015-09-041-4/+1
|/ /
* | Merge branch '5.5' into 10.0Sergei Golubchik2015-05-041-0/+9
|\ \ | |/
| * MDEV-7911: crash in Item_cond::eval_not_null_tablesSergei Petrunia2015-04-211-0/+9
* | Fixed bug mdev-6071.Igor Babaev2014-06-101-0/+2
* | MDEV-6153 Trivial Lintian errors in MariaDB sources: spelling errors and wron...Sergei Golubchik2014-05-131-2/+2
* | 5.5 mergeSergei Golubchik2014-02-251-0/+16
|\ \ | |/
| * 5.3 mergeSergei Golubchik2014-02-221-0/+16
| |\
| | * MDEV-5581: Server crashes in in JOIN::prepare on 2nd execution of PS with mat...Sergey Petrunya2014-02-151-0/+16
* | | 5.5 mergeSergei Golubchik2014-02-011-2/+2
|\ \ \ | |/ /
| * | MDEV-5349: Test main.subselect_sj_jcl6 fails sporadically due to insufficient...Sergey Petrunya2013-12-301-2/+2
* | | 5.5 mergeSergei Golubchik2013-11-231-0/+50
|\ \ \ | |/ /
| * | MDEV-5059: Wrong result (missing row) wih semijoin, join_cache_level > 2, LEF...Sergey Petrunya2013-11-211-6/+23
| * | MDEV-5161: Wrong result (missing rows) with semijoin, LEFT JOIN, ORDER BY, co...Sergey Petrunya2013-11-211-0/+33
* | | MDEV-5123 Remove duplicated conditions pushed both to join_tab->select_cond a...timour@askmonty.org2013-10-181-1/+1
* | | MDEV-3798: [SHOW] EXPLAIN UPDATE/DELETESergey Petrunya2013-10-151-3/+3
|\ \ \ | |/ / |/| |
| * | [SHOW] EXPLAIN UPDATE/DELETE, code re-structuringSergey Petrunya2013-08-241-3/+3
| |\ \
| | * \ [SHOW] EXPLAIN UPDATE/DELETE, code re-structuringSergey Petrunya2013-06-271-3/+3
| | |\ \
| | | * | [SHOW] EXPLAIN UPDATE/DELETE, code re-structuringSergey Petrunya2013-06-181-3/+3
* | | | | Fixed bug mdev-4420.Igor Babaev2013-08-231-1/+1
|/ / / /
* | | | mdev-4173: Wrong result (extra row) with semijoin=on, joins in outer query, L...Sergey Petrunya2013-07-161-0/+36
|/ / /
* | | MDEV-4071: Valgrind warnings 'Invalid read' in subselect_engine::calc_const_t...Sergey Petrunya2013-05-041-0/+14
* | | MDEV-389: Wrong result (missing row) with semijoin, join_cache_level>4 ...Sergey Petrunya2013-05-041-0/+18
|/ /
* | Merge 5.3 -> 5.5Sergey Petrunya2013-04-031-0/+10
|\ \ | |/
| * MDEV-4335: Unexpected results when selecting on information_schemaSergey Petrunya2013-03-291-0/+10
* | 5.3->5.5 mergeSergei Golubchik2013-02-281-14/+14
|\ \ | |/
| * Fixed bug mdev-3913.Igor Babaev2013-02-201-14/+14
* | 5.3 mergeSergei Golubchik2013-01-281-0/+15
|\ \ | |/
| * The problem was that expression with field after transformation (on the first...unknown2013-01-251-0/+15
* | backport a test case for a 5.5 bug fix from the 5.6 treeSergei Golubchik2013-01-151-0/+60