Hi,

Yes, that's what I was gonna say. It's not in 4.1.0 because it was
released *before* 4.0.13.


Matt


----- Original Message -----
From: "Jeremy Zawodny"
Sent: Friday, November 07, 2003 6:45 PM
Subject: Re: Can't set myisam_repair_threads


> On Fri, Nov 07, 2003 at 02:00:39PM +0100, Eric Jain wrote:
> > >From http://www.mysql.com/doc/en/News-4.0.13.html: "Added
multi-threaded
> > MyISAM repair optimisation and myisam_repair_threads variable to
enable
> > it."
> >
> > The variable is also documented in
> > http://www.mysql.com/doc/en/SHOW_VARIABLES.html: "If this value is
> > greater than one, MyISAM table indexes during Repair by sorting
process
> > will be created in parallel - each index in its own thread."
> >
> > Unfortunately this variable is neither listed by SHOW VARIABLES, nor
can
> > I set it:
> >
> >   mysql> set myisam_repair_threads=2;
> >   ERROR 1193: Unknown system variable 'myisam_repair_threads'
> >
> > I'm using 4.1.0-alpha-standard.
> >
> > Am I doing something wrong, or was this variable dropped? If so,
perhaps
> > the documentation should be updated...
>
> It probably wasn't included in 4.1.0 but will be merged into 4.1.1.


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to