[MDEV-2786] LP:693935 - Assert failure for a query with a single row subquery Created: 2010-12-23 Updated: 2012-10-04 Resolved: 2012-10-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Critical |
| Reporter: | Igor Babaev | Assignee: | Igor Babaev |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
The following query triggers an assert failure in the current mariadb 5.1 tree: select * from t2 where a=(select a from t1) and a='x'; To reproduce the failure create and populate t1,t2 with these commands: The failure looks like this (e.g in gdb): Program received signal SIGABRT, Aborted. |
| Comments |
| Comment by Igor Babaev [ 2010-12-23 ] |
|
Re: Assert failure for a query with a single row subquery |
| Comment by Rasmus Johansson (Inactive) [ 2011-12-13 ] |
|
Launchpad bug id: 693935 |