More on MySQL 5 bug

Found out the bug is reproducable on tables that I copied over from 4.1.x days. It only seems to crash on ‘INSERT DELAYED’ queries. A quick look of the Bugs DB on MySQL’s site reveals this bug:

http://bugs.mysql.com/bug.php?id=13707 – Server crash with INSERT DELAYED on MyISAM table

I applied the patch and things work beautifully now on my FreeBSD 6 box and MySQL5.0.15.

Now to apply this patch to my other MySQL 5.0.15 boxes… easier than waiting for 5.0.16 and hoping I dont get a crash.

1 comment so far

Glad to hear that it was an identified, and therefore fixable, bug. Nothing worse than stumbling upon something like that first and not having a solution.

Jared
November 16th, 2005 at 3:48 pm