[MDEV-3008] LP:684726 - Duplicate results with semijoin=on and materialization=off Created: 2010-12-03 Updated: 2015-02-02 Resolved: 2012-10-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Timour Katchaounov (Inactive) | Assignee: | Sergei Petrunia |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
When executing the test case for mysql BUG#45191 in subselect_sj.test Test case copied from subselect_sj.test, the only difference is the explicit CREATE TABLE t0 ( INSERT INTO t0 VALUES CREATE TABLE t1 ( CREATE TABLE t2 ( set @@optimizer_switch='semijoin=on,materialization=off'; SELECT t0.int_key /*
---------
--------- Should be:
---------
--------- */ |
| Comments |
| Comment by Sergei Petrunia [ 2011-03-01 ] | ||||||||||||||||||||||||||||||||||||||||
|
Re: Duplicate results with semijoin=on and materialization=off -
-
- | ||||||||||||||||||||||||||||||||||||||||
| Comment by Sergei Petrunia [ 2011-07-20 ] | ||||||||||||||||||||||||||||||||||||||||
|
Re: Duplicate results with semijoin=on and materialization=off .result have correct result of two records. Closing as Invalid. | ||||||||||||||||||||||||||||||||||||||||
| Comment by Rasmus Johansson (Inactive) [ 2011-07-20 ] | ||||||||||||||||||||||||||||||||||||||||
|
Launchpad bug id: 684726 |