Bug #45034 | mysqld segfaults on simple select | ||
---|---|---|---|
Submitted: | 22 May 2009 11:54 | Modified: | 22 May 2009 21:32 |
Reporter: | Daniel Herlitz | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Cluster: Cluster (NDB) storage engine | Severity: | S2 (Serious) |
Version: | mysql-5.1-telco-6.3 | OS: | Linux |
Assigned to: | Assigned Account | CPU Architecture: | Any |
Tags: | 6.3.20 |
[22 May 2009 11:54]
Daniel Herlitz
[22 May 2009 11:55]
Daniel Herlitz
Required table def and data
Attachment: dump.sql (text/x-sql), 3.34 KiB.
[22 May 2009 13:25]
MySQL Verification Team
Hello, I was unable to reproduce this behavior using 5.1.30-ndb-6.3.20 or 5.1.32-ndb-7.0.5 using the directions provided. Can you also attach the my.cnf and config.ini for the cluster to this bug report? ... mysql> /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; Query OK, 0 rows affected (0.00 sec) mysql> mysql> -- Dump completed on 2009-05-22 11:38:29 mysql> \q Bye matt@bouchon:~/mysql/sandbox/63$ echo "select version(); SET autocommit=0; SELECT TRIGGER_NAME, TRIGGER_GROUP FROM QRTZ_TRIGGERS WHERE IS_VOLATILE = '1';" | mysql -S /tmp/mysql63.sock --user=root test version() 5.1.30-ndb-6.3.20-cluster-gpl-log matt@bouchon:~/mysql/sandbox/63$ echo "select version(); SET autocommit=0; SELECT TRIGGER_NAME, TRIGGER_GROUP FROM QRTZ_TRIGGERS WHERE IS_VOLATILE = '1';" | mysql -S /tmp/mysql63.sock --user=root test version() 5.1.30-ndb-6.3.20-cluster-gpl-log matt@bouchon:~/mysql/sandbox/63$ echo "select version(); SET autocommit=0; SELECT TRIGGER_NAME, TRIGGER_GROUP FROM QRTZ_TRIGGERS WHERE IS_VOLATILE = '1';" | mysql -S /tmp/mysql63.sock --user=root test
[22 May 2009 16:50]
Daniel Herlitz
my.cnf
Attachment: my.cnf (application/octet-stream, text), 704 bytes.
[22 May 2009 16:51]
Daniel Herlitz
config.ini
Attachment: config.ini (application/octet-stream, text), 631 bytes.
[22 May 2009 17:33]
Daniel Herlitz
If I set query_cache_size to 0 the problem disappears. With any value > 0 crash occurs every second time the query is executed.
[22 May 2009 20:22]
Daniel Herlitz
Upgrading to 6.3.24 solves the problem. So that is what we will do. Thanks.
[22 May 2009 21:32]
MySQL Verification Team
Confirmed on 6.3.20 and confirmed fixed in 7.0.5 Likely duplicate of Bug #42419