[MDEV-2520] LP:848652 - Crash in test_if_skip_sort_order() with RIGHT JOIN + STRAIGHT JOIN Created: 2011-09-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: | Critical |
| Reporter: | Philip Stoev (Inactive) | Assignee: | Igor Babaev |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
The following query: SELECT STRAIGHT_JOIN t1.a crashes as follows: #4 0x0000000000741c11 in test_if_skip_sort_order (tab=0x181e0dd8, order=0x181d1fd8, select_limit_arg=18446744073709551615, no_changes=false, map=0x181f4f28) explain also crashes. repeatable on maria-5.1,5.2,5.3. Not repeatable on mysql 5.1, 5.5 . May be one of the test_if_skip_sort_order bugs marked as closed in bugs.mysql.com. Test case: --source include/have_innodb.inc CREATE TABLE t2 (b integer, PRIMARY KEY (b)); SELECT STRAIGHT_JOIN t1.a |
| Comments |
| Comment by Philip Stoev (Inactive) [ 2011-09-13 ] |
|
Re: Crash in test_if_skip_sort_order() with RIGHT JOIN + STRAIGHT JOIN |
| Comment by Philip Stoev (Inactive) [ 2011-09-13 ] |
|
Re: Crash in test_if_skip_sort_order() with RIGHT JOIN + STRAIGHT JOIN |
| Comment by Rasmus Johansson (Inactive) [ 2012-02-20 ] |
|
Launchpad bug id: 848652 |