[MDEV-2292] LP:776295 - Crash in Item_equal::print in EXPLAIN EXTENDED in maria-5.3 Created: 2011-05-03 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: | Trivial |
| Reporter: | Philip Stoev (Inactive) | Assignee: | Igor Babaev |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
Repeatable in maria-5.3 , maria-5.3-ml89 . Not repeatable in maria-5.2 . May be related to the Item_func crashes reported separately. Not repeatable with more rows in each table. backtrace: #3 0x08289e2c in handle_segfault (sig=11) at mysqld.cc:2774 test case: CREATE TABLE t2 ( f3 int) ; CREATE TABLE t1 ( f3 int) ; EXPLAIN EXTENDED explain from maria-5.2: id select_type table type possible_keys key key_len ref rows filtered Extra |
| Comments |
| Comment by Igor Babaev [ 2011-05-04 ] |
|
Re: Crash in Item_equal::print in EXPLAIN EXTENDED in maria-5.3 MariaDB [test]> EXPLAIN EXTENDED SELECT * FROM ( SELECT t1.* FROM t1 JOIN t2 ON t2.f3 = t1.f3 ) AS alias1\G
MariaDB [test]> show warnings\G
|
| Comment by Igor Babaev [ 2011-05-04 ] |
|
Re: Crash in Item_equal::print in EXPLAIN EXTENDED in maria-5.3 MariaDB [test]> EXPLAIN EXTENDED SELECT t1.* FROM t1 JOIN t2 ON t2.f3 = t1.f3\G
MariaDB [test]> show warnings\G
|
| Comment by Rasmus Johansson (Inactive) [ 2011-12-13 ] |
|
Launchpad bug id: 776295 |