François Schiettecatte’s Blog

MySQL 5.1.35 – (AMD64 / Intel EM64T)

Posted in Software Development by François Schiettecatte on June 18, 2009

I was amazed to run into a crashing bug in MySQL 5.1.35 – (AMD64 / Intel EM64T), in fact it took me a while to track down because checking the MySQL server log never occurred to me. It came down to a single statement:


DELETE FROM enclosures WHERE item_key = '...'

I backed down to 5.1.34 and it worked fine, same configuration in my.cnf. Very odd.

Leave a Reply

You must be logged in to post a comment.