Where the open source database community meets: Use code PERCONA75 and secure your spot for Percona Live.  Register

MySQL 5.1 Stability

June 30, 2008
Author
Peter Zaitsev
Share this Post:

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 ?

0 0 votes
Article Rating
Subscribe
Notify of
guest

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

Anything specific?

Antony Curtis
Antony Curtis
17 years ago

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
17 years ago

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
17 years ago

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

Andreas Müller
Andreas Müller
17 years ago

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
Sander
17 years ago

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
Andreas Müller
17 years ago

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
Florent Steiner
17 years ago

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 …

Far
Enough.

Said no pioneer ever.
MySQL, PostgreSQL, InnoDB, MariaDB, MongoDB and Kubernetes are trademarks for their respective owners.
© 2026 Percona All Rights Reserved