RE: MySQL 3.23.39 released

2001-06-19 Thread Michael Widenius
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 always have done that).

RE: MySQL 3.23.39 released

2001-06-18 Thread Steven Roussey
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 CHECK TABLE on

Re: MySQL 3.23.39 released

2001-06-15 Thread Michael Widenius
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' will no longer

Re: MySQL 3.23.39 released

2001-06-14 Thread Steven Roussey
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!