MySQL has lately been crashing often and I've tried to crack down what might cause it.
SHOW PROCESSLIST and mtop show that FULL TEXT queries with scandinavian letters (ÄÖ) are hanging and locking the table.
In the processlist the scandic letters are shown as "?FFFFFFFFFFC3?FFFFFFFFFFA4", so I'm not sure if this is some sort of character encoding problem.
Some example queries that are stuck in the processlist:
SELECT ... FROM comments
WHERE (MATCH(word) AGAINST('%l?FFFFFFFFFFC3?FFFFFFFFFFA4pitunkeva*' IN BOOLEAN MODE)
should read 'läpitunkeva'
SELECT idiom FROM idioms WHERE MATCH (idiom) AGAINST ('hymi?ffffffffffc3?ffffffffffb6')
should read 'hymiö'
MySQL - 5.0.51a MyISAM UTF-8