Re: Is myisam_repair_threads considered safe

2009-09-18 Thread Rob Wultsch
I decided not to use it because of bug 47444 which is a continuation of earlier bugs... http://bugs.mysql.com/bug.php?id=47444 On Thu, Sep 17, 2009 at 4:22 PM, Eric Bergen wrote: > It's been in mysql for at least 7 years. > > > http://ebergen.net/wordpress/2009/04/11/longest-beta-ever-myisamchk-

Re: Is myisam_repair_threads considered safe

2009-09-17 Thread Eric Bergen
It's been in mysql for at least 7 years. http://ebergen.net/wordpress/2009/04/11/longest-beta-ever-myisamchk-parallel-recover/ On Thursday, September 10, 2009, Rob Wultsch wrote: > myisam_repair_threads > > "If this value is greater than 1, MyISAM  table indexes are created in > parallel (each i

Is myisam_repair_threads considered safe

2009-09-10 Thread Rob Wultsch
myisam_repair_threads "If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process. The default value is 1. Note :Multi-threaded repair is still beta-quality code." The note is present is all versions of MySQL