[MDEV-2706] LP:724311 - Wrong result with jkl = 8 , BNLH in maria-5.3-mwl90 Created: 2011-02-24 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 | ||
| Reporter: | Philip Stoev (Inactive) | Assignee: | Sergei Petrunia |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
Not repeatable with maria-5.3. The following query returns no rows when executed with jkl =8 , join_cache_bka=OFF , even though there is 1 row that matches the WHERE predicate. bzr version-info: revision-id: <email address hidden> explain: id select_type table type possible_keys key key_len ref rows Extra test case: SET SESSION join_cache_level = 8; CREATE TABLE t1 ( f1 int(11)); CREATE TABLE t2 ( f3 int(11)); CREATE TABLE t3 ( f1 int(11)) ; SELECT * FROM t3 |
| Comments |
| Comment by Sergei Petrunia [ 2011-03-01 ] |
|
Re: Wrong result with jkl = 8 , BNLH in maria-5.3-mwl90 |
| Comment by Sergei Petrunia [ 2011-03-01 ] |
|
Re: Wrong result with jkl = 8 , BNLH in maria-5.3-mwl90 |
| Comment by Rasmus Johansson (Inactive) [ 2011-03-01 ] |
|
Launchpad bug id: 724311 |