Hello Olaf

On 2005-12-17 Olaf van der Spek wrote:
>  > See http://ftp.osuosl.org/pub/mysql/doc/refman/5.0/en/system.html for 
> an explanation of this option.
> 
> It says:
> The only case in which you cannot use --skip-external-locking is ... if 
> you run myisamchk to check (not repair) a table without telling the 
> server to flush and lock the tables first.
> 
> Isn't that what's being done here?

"myisamchk" is referencing the program in /usr/bin. The check scripts that run
at server startup run "/usr/bin/mysqlcheck" though. This program just
issues a "CHECK TABLE" SQL command to the server so does not need to care
about extra locking.

The external locking is would only be necessary if the server would not know
that you are fiddling around with its database files with external programs
without letting it know about this (i.e. executing /usr/bin/myisamchk).

bye,

-christian-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to