In the latest post http://www.mysqlperformanceblog.com/2006/11/14/bug-fix-of-in nodb-scalability-problem/
you mention that the official patch has been commited, but I can’t find the patch from the bug report or the bk tree? Can somebody post it or point me to it?
vadimtk
November 18, 2006, 3:53pm
2
Hi,
You can get it in 5.0-bk tree.
See intstructions here
http://dev.mysql.com/doc/refman/5.0/en/installing-source-tre e.html
After digging through the bk tree, the actual patch can be found here:
http://mysql.bkbits.net:8080/mysql-5.0/cset@4552a85ddHCqJ_0A r7GHnQkDE54iAg?nav=index.html|ChangeSet@-2w
Direct link to diff is here: http://mysql.bkbits.net:8080/mysql-5.0/gnupatch@4552a85ddHCq J_0Ar7GHnQkDE54iAg
garyis
December 11, 2006, 3:47am
4
I think this is the patch I’ve been looking for. At time we have over 30 concurrent queries and server is brought to a standstill. (
Would it be possible to install this patch with the debian ‘mysql-server-5.0’ package?
[URL]http://packages.debian.org/testing/misc/mysql-server-5.0[/URL]
Is there an easy way to do this? Im not great at compiling from source.