[MDEV-3119] LP:882472 - subselect4.test fails in current 5.3 Created: 2011-10-27 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 | ||
| Reporter: | Sergei Petrunia | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
subselect4.test fails as follows: worker[1] Using MTR_BUILD_THREAD 300, with reserved ports 16000..16019 CURRENT_TEST: main.subselect4 stack trace: |
| Comments |
| Comment by Sergei Petrunia [ 2011-10-27 ] |
|
Re: subselect4.test fails in current 5.3
R->table= $table;
However, R->file still has pointer to the (now deleted) ha_heap object. Attempt to access via that pointer causes the crash. |
| Comment by Philip Stoev (Inactive) [ 2011-10-27 ] |
|
Re: subselect4.test fails in current 5.3 |
| Comment by Sergei Petrunia [ 2011-10-27 ] |
|
Re: subselect4.test fails in current 5.3 sp1r-mhansson/martin@riffraff.(none)-20080319133228-30204 it shows that the problem could be also repeated for INFORMATION_SCHEMA and was fixed there by patching the hole: updating read_record->file= read_record->table->file; |
| Comment by Rasmus Johansson (Inactive) [ 2011-12-13 ] |
|
Launchpad bug id: 882472 |