Bug #4132 | MySQL hang up when run a subquery. | ||
---|---|---|---|
Submitted: | 14 Jun 2004 20:29 | Modified: | 18 Jun 2004 3:55 |
Reporter: | Jun Ding | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server | Severity: | S1 (Critical) |
Version: | 5.0.0.a | OS: | Windows (WIndows XP) |
Assigned to: | CPU Architecture: | Any |
[14 Jun 2004 20:29]
Jun Ding
[17 Jun 2004 9:57]
Ramil Kalimullin
Hello! Unfortunately I could not repeat the bug with some random data. Please upload your data (minimal set). Thank you.
[18 Jun 2004 3:55]
MySQL Verification Team
Tested on XP: mysql> select id from sr_sscr where id not in (select min(id) from sr_sscr group by -> source); +------+ | id | +------+ | 2 | +------+ 1 row in set (0.04 sec) mysql> select version(); +----------------+ | version() | +----------------+ | 5.0.0-alpha-nt | +----------------+ 1 row in set (0.01 sec)
[18 Jun 2004 18:54]
Jun Ding
I had the dump file with 3408 rows data inside. But it too big(about 1.7 M) to attach here and to post. Could you give me a email address I can email to you? Or you can go to http://2000e.biz/testdata/testdata.sql where I post this file to get it.
[18 Jun 2004 19:54]
Jun Ding
by the way, here's the MySQL version I used: mysql> select version(); +-----------------------+ | version() | +-----------------------+ | 5.0.0-alpha-max-debug | +-----------------------+ 1 row in set (0.01 sec)