[MDEV-2251] LP:702384 - Wrong empty result in subselect_sj.test:Bug#49097 when all subquery related optimizer switches are ON Created: 2011-01-13 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: | Timour Katchaounov (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
The following test case for Bug#49097, extracted from subselect_sj --echo --disable_warnings CREATE TABLE t1 ( INSERT INTO t1 VALUES CREATE TABLE t2 ( INSERT INTO t2 VALUES CREATE VIEW v1 AS set @@optimizer_switch='materialization=on,in_to_exists=on,semijoin=on'; SELECT city, country_id SELECT city, country_id PREPARE stmt FROM execute stmt; deallocate prepare stmt; |
| Comments |
| Comment by Timour Katchaounov (Inactive) [ 2011-01-14 ] |
|
Re: Wrong empty result in subselect_sj.test:Bug#49097 when all subquery related optimizer switches are ON revno: 2877 |
| Comment by Rasmus Johansson (Inactive) [ 2011-01-14 ] |
|
Launchpad bug id: 702384 |