Bug #1892 | Sub Select returns results, then crashes the server. | ||
---|---|---|---|
Submitted: | 19 Nov 2003 14:23 | Modified: | 21 Nov 2003 9:37 |
Reporter: | Stephen Bungay | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server | Severity: | S1 (Critical) |
Version: | 4.1.0a | OS: | Windows (Windows 2000 server) |
Assigned to: | CPU Architecture: | Any |
[19 Nov 2003 14:23]
Stephen Bungay
[21 Nov 2003 9:37]
Dean Ellis
This query works in 4.1.0 and 4.1.1. As with issue #1895 it will crash 4.1.0 when used with EXPLAIN (if you ran this with MySQL Control Center, it uses EXPLAIN automatically), but this is fixed in 4.1.1. Thank you.
[21 Nov 2003 11:26]
Stephen Bungay
Just to elucidate, tests were carried out in MySQL Control Centre however the impetus for testing came about when a VB6 app in the development environment reported that it's connection to the server was lost almost as soon (a recordset was returned) as ADO had executed the Query.
[21 Nov 2003 11:46]
Stephen Bungay
I hit submit before I should have.. sorry... As an addendum to my previous comment; the problem I had (I backed out the upgrade) existed outside the scope of MyCC and is reproduceable within VB6, should it therefore be grouped together with #1895? In my humble opinion, if #1895 can also be reproduced through an ADO connection via MyODBC 3.51.06 (NOT the debug version) from the VB6 dev environment then both entries are related and should probably be re-opened, else #1892 is a different problem. I'll test 4.1.1 when I get the time to see if the problem re-occurs.