Bug #9555 | UNION causes mysql 4.1 server to crash | ||
---|---|---|---|
Submitted: | 1 Apr 2005 13:27 | Modified: | 1 Apr 2005 15:36 |
Reporter: | NOT_FOUND France | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 4.1.10a-nt | OS: | Windows (Win XP SP2) |
Assigned to: | CPU Architecture: | Any |
[1 Apr 2005 13:27]
NOT_FOUND France
[1 Apr 2005 13:46]
MySQL Verification Team
I wasn't able to repeat. Can you post yourmy.ini file ? Thanks in advance: -> PRIMARY KEY (`Location`,`CallRef`,`ActSeq`), -> FULLTEXT KEY `TEXT` (`ActBy`,`ActText`,`ActStatus`) -> ) ENGINE=MyISAM DEFAULT CHARSET=latin1; Query OK, 0 rows affected (0.16 sec) mysql> mysql> (SELECT * FROM action WHERE ActBy like '%order%' ORDER BY ActSeq) -> UNION -> (SELECT * FROM action WHERE ActSeq like '%order%' ORDER BY ActSeq) -> ORDER BY ActSeq; Empty set (0.06 sec) mysql> select version(); +-----------+ | version() | +-----------+ | 4.1.10-nt | +-----------+ 1 row in set (0.00 sec)
[1 Apr 2005 14:52]
NOT_FOUND France
C:\Program Files\MySQL\MySQL Server 4.1\my.ini
Attachment: my.ini (application/octet-stream, text), 9.02 KiB.
[1 Apr 2005 15:10]
NOT_FOUND France
I have attached my my.ini file to this bug as requested. I am now having problems with other simpler SQL's so it looks more like a general problem. Even select * from action; crashes the server at the moment. It seems I had turned on some query cache options (these can be seen in the attached my.ini) and have now turned these off and the test case works without these cache options. Basically I had used the admin client to enable cache size and cache type options and upped the cache size from its original setting (16?) to 128. I have just re-enabled these options, restarted the server and the query crashes the server again.
[1 Apr 2005 15:11]
NOT_FOUND France
Just to clarify, I was changing the config and testing during the writing of the previous comment, hence it not working, then working, then not working again.
[1 Apr 2005 15:36]
MySQL Verification Team
Yes I was able to repeat with a server optimized (not happens with debug version). This is duplicate of bug: http://bugs.mysql.com/bug.php?id=8346 I will change its status as verified again. Thank you for the bug report.