| Bug #9792 | View with left / right outer join hangs client | ||
|---|---|---|---|
| Submitted: | 10 Apr 2005 15:15 | Modified: | 16 May 2005 0:21 |
| Reporter: | Tim Graves | Email Updates: | |
| Status: | Can't repeat | Impact on me: | |
| Category: | MySQL Server | Severity: | S2 (Serious) |
| Version: | 5.0.3/5.0.5 BK source | OS: | Windows (Windows XP) |
| Assigned to: | Oleksandr Byelkin | CPU Architecture: | Any |
[10 Apr 2005 15:15]
Tim Graves
[11 Apr 2005 17:24]
MySQL Verification Team
I tested with latest BK source, it sent the result:
*************************** 276. row ***************************
name: Continuous market customer involvement
productCode: M801
majorCode: srv
minorCode: q9
requirementCode: 22
importanceAdjustment: 1
description: You should be involving your customer at all stages. it's li
time you look up you may be in a very different place from where you expected to
r involvement.
justification:
measurement:
requirementType: Comment
276 rows in set (0.05 sec)
but it crashes the server at:
item.h
--543--
void delete_self()
{
cleanup();
delete this;
^^^^^^^^^^^^^^^^
}
};
^
call stack:
a5a5a5a5()
> mysqld-debug.exe!Item::delete_self() Line 546 C++
mysqld-debug.exe!free_items(Item * item=0x0300bfb8) Line 1261 C++
mysqld-debug.exe!THD::cleanup_after_query() Line 525 + 0xc C++
mysqld-debug.exe!mysql_parse(THD * thd=0x02fe0980, char * inBuf=0x02fe8a28, unsigned int length=47) Line 5171 C++
mysqld-debug.exe!dispatch_command(enum_server_command command=COM_QUERY, THD * thd=0x02fe0980, char * packet=0x02ffe041, unsigned int packet_length=48) Line 1647 + 0x1d C++
mysqld-debug.exe!do_command(THD * thd=0x02fe0980) Line 1453 + 0x31 C++
mysqld-debug.exe!handle_one_connection(void * arg=0x02fe0980) Line 1110 + 0x9 C++
mysqld-debug.exe!pthread_start(void * param=0x02ff5328) Line 63 + 0x7 C
mysqld-debug.exe!_threadstart(void * ptd=0x02fe4600) Line 173 + 0xd C
kernel32.dll!7c80b50b()
kernel32.dll!7c8399f3()
Thank you for the bug report.
[16 May 2005 0:21]
Oleksandr Byelkin
Thank you for bugreport! This bug is already fixed in current bk repository.
