MySQL 5.1.35 – (AMD64 / Intel EM64T)
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 comment