I have been helping customer today to resolve his lockups in production by downgrading from MySQL 5.1.25 to 5.0 We have other customers (and our own projects as well) which run on MySQL 5.1 successfully but I can’t it is on par with MySQL 5.0 stability yet.

This given customer was running MyISAM on FreeBSD with quite basic queries, so may be there are some issues with FreeBSD and MySQL 5.1 still ?

12 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
Arjen Lentz

Anything specific?

Antony Curtis

Depends upon which version of FreeBSD…
FreeBSD < 7 has problems handling mutex contentions. MySQL 5.1 does hit mutexes harder than 5.0.
AFAIK, these issues has been addressed on FreeBSD 7 but I haven’t examined or tried it yet.

Mark Callaghan

Too bad the MySQL server doesn’t provide the equivalent of SHOW INNODB STATUS so you can get more details on lock holders and waiters.

gslin

MyISAM with FreeBSD has been reported have scalability problem to mutex locking, both 6.3 and 7.0.

Andreas Müller

I have also performance problems with 5.1.25
After some hours I found this optimizer/index problem: http://bugs.mysql.com/bug.php?id=37759

Sander

I had severe problems with MySQL 5.1 and FreeBSD back in February / March. This was on FreeBSD7 (Release), using InnoDB tables and a few MyISAM tables. And by severe I mean crashes and lockups every few minutes (!).

After the downgrade to 5.0, everything was running smooth again.

Andreas Müller

The problem seems to be verified and I hope it would be fixed soon. The leading bug report is http://bugs.mysql.com/bug.php?id=36259

It seems that there are 3 reports at the moment regarding to the same problem.

Florent Steiner

I have the very same problem on CentOS 5.6 x84_64 on a server with MyISAM tables.

So I guess it’s not because of FreeBSD.

Switching back to 5.0 tonight …