hi!
> "Steven" == Steven Roussey <[EMAIL PROTECTED]> writes:
Steven> Now I have a question: Does this also apply to automatic
>> repair inside
Steven> mysqld? I'd finally use the feature if its true...
>>
>>
>> If you just run CHECK TABLE, it will repair the open count (it should
>> alway
> Steven> Now I have a question: Does this also apply to automatic
> repair inside
> Steven> mysqld? I'd finally use the feature if its true...
>
>
> If you just run CHECK TABLE, it will repair the open count (it should
> always have done that).
>
> myisamchk --fast --force is equal to:
>
> run CH
Hi!
> "Steven" == Steven Roussey <[EMAIL PROTECTED]> writes:
Steven> Changes in release 3.23.39
Steven> --
Steven>* Fixed problem with shutdown when `INSERT DELAYED' was waiting for
Steven> a `LOCK TABLE'.
Steven>* Running `myisamchk --fast --force' wi
Changes in release 3.23.39
--
* Fixed problem with shutdown when `INSERT DELAYED' was waiting for
a `LOCK TABLE'.
* Running `myisamchk --fast --force' will no longer repair tables
that only had the open count wrong.
--
THANK YOU! Y