[MDEV-3438] LP:885162 - Got error 124 from storage engine with UNION inside subquery and join_cache_level=3..8 Created: 2011-11-02 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: | Philip Stoev (Inactive) | Assignee: | Oleksandr Byelkin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
When executing the following query: SELECT * FROM t1 WHERE t1.f1 IN ( SELECT 'k' UNION SELECT 'e' ) ; mysqld returned: ERROR 1030 (HY000): Got error 124 from storage engine backtrace: #0 my_error (nr=1030, MyFlags=0) at my_error.c:81 explain: 1 PRIMARY t1 system NULL NULL NULL NULL 1 minimal switch: join_cache_level=3 bzr version-info: test case: CREATE TABLE t1 ( |
| Comments |
| Comment by Timour Katchaounov (Inactive) [ 2011-11-03 ] |
|
Re: Got error 124 from storage engine with UNION inside subquery and join_cache_level=3..8 |
| Comment by Igor Babaev [ 2011-11-03 ] |
|
Re: Got error 124 from storage engine with UNION inside subquery and join_cache_level=3..8 --echo # CREATE TABLE t1 (a varchar(1)); CREATE TABLE t2 (a varchar(1)); SET SESSION join_cache_level=1; SET SESSION join_cache_level=3; SET SESSION join_cache_level = DEFAULT; DROP TABLE t1,t2; We get here: MariaDB [test]> SET SESSION join_cache_level=3; MariaDB [test]> SELECT * FROM t1 |
| Comment by Igor Babaev [ 2011-11-03 ] |
|
Re: Got error 124 from storage engine with UNION inside subquery and join_cache_level=3..8 |
| Comment by Philip Stoev (Inactive) [ 2011-11-08 ] |
|
Re: Got error 124 from storage engine with UNION inside subquery and join_cache_level=3..8 |
| Comment by Timour Katchaounov (Inactive) [ 2011-11-29 ] |
|
Re: Got error 124 from storage engine with UNION inside subquery and join_cache_level=3..8 |
| Comment by Oleksandr Byelkin [ 2011-11-29 ] |
|
Re: Got error 124 from storage engine with UNION inside subquery and join_cache_level=3..8 |
| Comment by Rasmus Johansson (Inactive) [ 2011-11-29 ] |
|
Launchpad bug id: 885162 |